The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 04-25-2007
cfajohnson's Avatar
cfajohnson cfajohnson is offline
Registered User
 

Join Date: Mar 2007
Location: Toronto, Canada
Posts: 664
Quote:
Originally Posted by Visage
I have a few small files that I need to put into a shar file called endshar. It'd be nice to get a little help in getting this to work, I can't really find any documentation on the internet and the bits I can find aren't really helpful. Any help would be great.
Did you read the man page?

Code:
shar file1 file2 ... > endshar
Reply With Quote