Tuesday, December 20, 2011

Send large files to email from linux box

uuencode:

we can send large files to email from linux box using this command.

Syntax:

uuencode file-name file-name|sendmail -v mailid@mail.com

          or
uuencode file-name file-name|mailx -s "some-file" mailid@mail.com