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 -->
  #1 (permalink)  
Old 08-27-2007
anumkoshy anumkoshy is offline
Registered User
  
 

Join Date: Aug 2007
Posts: 26
attach 2 files using mailx

if test.dat is the file

cat test.dat|uuencode test.dat|mailx -s "subject" mailid

can be used for attaching test.dat

how can i attach more than one file to a mail using mailx