home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / UNSHAR.ZIP / README < prev    next >
Text File  |  1990-07-17  |  835b  |  20 lines

  1. Here is a version of unshar that I have `knocked up' in the past few weeks.
  2. It isn't as flash as the standard unshar, but I've made it modular so it
  3. can be enhanced easily.
  4.  
  5. However, it has some advantages:
  6.  
  7.     - it does not call any other program, especially /bin/sh
  8.     - it can extract specific files from the shar
  9.     - can give a table of contents without extracting files
  10.     - takes several input files, or the standard input
  11.     - ignores leading `junk' e.g news headers
  12.     - emulates sed, gres and cat to do the unsharing
  13.     - avoids the Minix `cat /dev/null > file' problem :-)
  14.     - it works `as is' under MS-DOS (needs getopt)
  15.  
  16. I've used it to unshar lots of different files; there are bound to be
  17. some that it can't extract, but fixing the program should be easy.
  18.  
  19.     Warren Toomey  -  wtoomey@csadfa.oz.au@munnari.oz[@uunet]
  20.