home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / linux / 10223 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  1.0 KB

  1. Path: sparky!uunet!mcsun!uknet!mucs!mccuts!zlsiial
  2. From: zlsiial@uts.mcc.ac.uk (A. V. Le Blanc)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: shar shell archives.
  5. Message-ID: <5769@mccuts.uts.mcc.ac.uk>
  6. Date: 8 Sep 92 13:11:43 GMT
  7. References: <4987@sumax.seattleu.edu>
  8. Reply-To: LeBlanc@mcc.ac.uk (A. V. Le Blanc)
  9. Organization: Computing Centre, University of Manchester
  10. Lines: 16
  11.  
  12. In article <4987@sumax.seattleu.edu> khamer@sumax.seattleu.edu (Little Kenny Hamer) writes:
  13. >How can I get source to the shar/unshar utility?  I have a program I would
  14. >like to try to compile, Xfract, but the only source I can find is in a
  15. >sharfile.  There is not enough room on my university account to unshar it.
  16.  
  17. You should not need an 'unshar' utility; simply delete any lines in the
  18. shar file before the line which is intended to be first (which is usually
  19. a comment beginning with '#') and type
  20.  
  21.      sh filename
  22.  
  23. This will, of course, assume that any commands which the shar file
  24. contains (sed, touch, chmod, etc.) already exist on your system.
  25.  
  26.      -- Owen
  27.      LeBlanc@mcc.ac.uk
  28.