View Single Post
Join Date: Apr 2006
Posts: 148
Reputation: ghostdog74 is on a distinguished road 
Solved Threads: 39
ghostdog74 ghostdog74 is offline Offline
Junior Poster

Re: Issues emailing data from unix/sql script

 
0
  #3
Mar 26th, 2008
no need to use cat
Shell Scripting Syntax (Toggle Plain Text)
  1. uuencode $file $file | /usr/bin/mailx -s "TEST"
Reply With Quote