The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #7 (permalink)  
Old 09-01-2008
Annihilannic Annihilannic is offline Forum Advisor  
  
 

Join Date: May 2008
Location: Sydney, Australia
Posts: 1,009
uuencode only accepts one file at a time, so you may need multiple uuencode commands or a for loop. The first optional parameter is the name of the local file, and the second paramater is the name given to the attachment. They are both assumed to be the same if only one parameter is given.