Or-Or wrote:
> I there a way to e-mail a file from shell to someone as an attachment? I
> know it's possible to mail a file's contents by using...
> 
> mail -s "--== File ==--" [EMAIL PROTECTED] < /home/file.txt

uuencode /home/file.txt file.txt | mail -s "File" [EMAIL PROTECTED]

--anders

_______________________________________________
cobalt-developers mailing list
[EMAIL PROTECTED]
http://list.cobalt.com/mailman/listinfo/cobalt-developers

Reply via email to