home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / volume.11 / text0045.txt < prev    next >
Encoding:
Internet Message Format  |  1987-07-18  |  732 b 

  1. From: <ihnp4!gorgo!bsteve> (Steve Blasingame)
  2.  
  3. dhesi@bsu-cs.UUCP (Rahul Dhesi) Writes:
  4.  
  5. >The obvious choice seems to be the tar archive format (more widely used and
  6. >available) with cpio's user interface.
  7.  
  8. The significant issue regarding cpio that has not been addressed is the
  9. function of copying directory trees to directory trees. There is not another
  10. standard tool that performs this important function.
  11.  
  12. [ I use tar to do this all the time.  The 4.3BSD man page includes:
  13.  
  14.                Tar can also be used to move
  15.                hierarchies with the command
  16.                  cd fromdir; tar cf - . | (cd todir; tar xf -)
  17.  
  18. -mod ]
  19.  
  20.   Steve Blasingame (Oklahoma City)
  21.   ihnp4!gorgo!bsteve
  22.  
  23. Volume-Number: Volume 11, Number 46
  24.  
  25.