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 -->
  #2 (permalink)  
Old 05-26-2009
funksen funksen is offline Forum Advisor  
Registered User
  
 

Join Date: Nov 2006
Location: Austria/Vienna
Posts: 431
use


Code:
cat /usr/local/bin/EMAIL_BODY.txt  | mailx -s "TEST Report" -a TEST_FILE.csv -c receiver1@mail.com receiver2@mail.com

no need to use uuencode, since, as you describe, uuencode may work different on different plattforms / os releases