home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / c / cpio11as.zip / README < prev    next >
Text File  |  1990-07-07  |  1KB  |  31 lines

  1. This is GNU cpio.  Its main advantages over the Unix versions are:
  2.  
  3. * It can use any I/O block size, with `+block-size'.
  4.  
  5. * `-o' and `-p' can copy symbolic links either as symbolic links or,
  6. with `-L', as the files they point to.
  7.  
  8. * `-i' automatically recognizes ASCII, binary, and byte-swapped binary
  9. cpio archives, and skips any junk between files, to try to recover
  10. from corrupted archives.  `-b' and `-c' force it to only recognize
  11. binary (either byte ordering) or ASCII archives.
  12.  
  13. * The output of '-itv' looks like 'ls -l'.
  14.  
  15. * It accepts long-named options as well as traditional
  16. single-character options.
  17.  
  18. Some features of other versions of cpio are missing from GNU cpio, including:
  19.  
  20. * Byte swapping of data with `-i'.
  21. -b    swap bytes and 16-bit words within each 32-bit word
  22. -s    swap bytes within each 16-bit half-word (dd conv=swab can do this)
  23. -S    swap 16-bit words within each 32-bit word
  24.  
  25. * The `-6' option to support Sixth Edition Unix cpio archives with `-i'.
  26.  
  27. * `-s' option to limit volume size, like afio.
  28.  
  29. Suggestions and bug reports for GNU cpio should be mailed to
  30. bug-gnu-utils@prep.ai.mit.edu.
  31.