On Fri, 2010-12-03 at 09:39 -0500, [email protected] wrote: > Good morning all, > > On the old cobalt machines I used the line below in a .pl file and it > would send me the file as an attachment > > uuencode file.gz file.gz | mail -s "subject" [email protected] > > now I get > bash: uuencode: command not found > > is there a new way to be able to do this?
yum install mutt mutt -s "my subject" -a file.gz [email protected] Gerald _______________________________________________ Blueonyx mailing list [email protected] http://www.blueonyx.it/mailman/listinfo/blueonyx
