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

  1. Submitted-by: conklin@kaleida.com (J.T. Conklin)
  2.  
  3. I like cpio's ability to take a list of files on standard input, but
  4. was suprised when I converted a tar archive of pbmplus executables
  5. (about 1MB) to a cpio archive (about 20MB).  It turns out that cpio,
  6. unlike tar, stores the contents of each hard linked file in the
  7. archive.
  8.  
  9. For those who don't know, pbmplus is usually compiled into a few
  10. executables which are then hard-linked together, thus saving huge
  11. amounts of disk space.  
  12.  
  13. I found a cpio "clone", afio, which does not do that.  The first file
  14. is output as normal, but subsequent instances are output with a zero
  15. length.  
  16.  
  17. Archives produced by afio are successfully extracted by every version
  18. of cpio I've been able to test it with.  Is this behavior acceptable?
  19.  
  20. I'm asking this because I'd like to add a similar feature to the cpio
  21. furnished with 386BSD (but only if the archives it would produce are
  22. still standards complient).
  23.  
  24.     --jtc
  25.  
  26. --
  27. J.T. Conklin <jtc@wimsey.com>    | Your source for floppy distributions
  28.     61 Crestwood Drive #18       |    of the 386BSD OS and binaries
  29.     Daly City, CA 94015          | Send e-mail for complete product list
  30.                  +---------------------------------------   
  31.  
  32. Volume-Number: Volume 30, Number 64
  33.  
  34.