Date: May 9, 2006
You can use the following command to email files as attachments from AIX. I've found this to be useful for automating reports, and sending files to my PC.
uuencode x.gz x.gz | mailx -s x.gz user@us.ibm.com
uuencode x.gz x.gz > mailfile Bruce Spencer, May 9, 2006
uuencode y.gz y.gz >> mailfile
uuencode z.gz z.gz >> mailfile
mail -s files user@us.ibm.com
baspence@us.ibm.com