home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / volume.30 / text0063.txt < prev    next >
Encoding:
Text File  |  1993-03-11  |  884 b   |  25 lines

  1. Submitted-by: mib@geech.gnu.ai.mit.edu (Michael I Bushnell)
  2.  
  3. In article <1luic5INNqhk@ftp.UU.NET> karish@pangea.Stanford.EDU (Chuck Karish) writes:
  4. >You might like to take a look at GNU cpio, which provides
  5. >both cpio formats.  This program also allows you to
  6. >make tar archives using a list of file names on stdin.
  7.  
  8. So does GNU tar.  Use `--files-from -'.  (Of course, if the list is
  9. small enough to fit in the args, you can also do:
  10.  
  11. generate file names | (tar `cat`)
  12.  
  13. Stdin for things in backticks is the stdin of the shell; the parens
  14. make the subshell's input be the pipe, so everything works.
  15.  
  16. --
  17. Michael I. Bushnell   |  My soul proclaims the greatness of the Lord,
  18. +1 617 628 6197 (H)  -+-   my spirit rejoices in God my Savior;
  19. +1 617 253 8568 (W)   |     for he has looked with favor on his lowly servant.
  20. mib@gnu.ai.mit.edu    |     
  21.  
  22.  
  23. Volume-Number: Volume 30, Number 66
  24.  
  25.