home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-Update.iso / NEXTSTEP / unix / archiver / untar.N.bs.README < prev    next >
Encoding:
Text File  |  1997-05-15  |  1.3 KB  |  31 lines

  1. untar.N.bs.tar.gz -- A little untar utility compiled and tested under NS.
  2.  
  3. To compile this under NextStep use:  "cc -O untar.c -o untar"
  4.  
  5.  
  6.  
  7. Usage: untar [options] archive.tgz [filename]...
  8.    or: untar [options] -s [filename]...
  9.    or: untar [options] -u filename...
  10.  
  11. Options  -t   test -- list contents but don't extract
  12.          -f   force -- allow existing files to be overwritten
  13.          -q   quiet -- suppress normal chatter
  14.          -c   convert -- convert files to local text format
  15.          -s   self extracting -- gzipped archive data is appended to untar
  16.          -u   uncompress -- perform "gunzip" but not "tar x"
  17. +--------------------------------------------------------------------+
  18. | FOR SELF-EXTRACTING ARCHIVES, USE "untar -s" TO EXTRACT THE FILES. |
  19. +--------------------------------------------------------------------+
  20. This program lists/extracts files from a "*.tar" or "*.tgz" archive.  You can
  21. optionally specify certain files or directories to list/extract; otherwise it
  22. will list/extract them all.  File attributes are NOT preserved.  This program
  23. can also be used (with -u) to gunzip non-tar files.
  24.  
  25. THIS PROGRAM IS IN THE PUBLIC DOMAIN, AND IS FREELY REDISTRIBUTABLE.
  26.  
  27.  * AUTHOR & COPYRIGHT INFO:
  28.  *    Written by Steve Kirkendall, kirkenda@cs.pdx.edu
  29.  *    Placed in public domain, 6 October 1995
  30.  
  31.