BreadCrumbs: Send Attachments From Terminal
Send Attachments From Terminal
From Luke Jackson
(Difference between revisions)
| Revision as of 21:06, 30 November 2006 (edit) Ljackson (Talk | contribs) (→Using Mail and Uuencode) ← Previous diff |
Revision as of 23:02, 2 May 2007 (edit) Ljackson (Talk | contribs) (→Using Mail and Uuencode) Next diff → |
||
| Line 2: | Line 2: | ||
| Install sharutils with yum. | Install sharutils with yum. | ||
| + | |||
| + | uuencode secure.1 secure.1 | mail -s `uname -r` person@gmail.com | ||
| + | |||
| + | ftp://mirrors.kernel.org/fedora/core/3/i386/os/Fedora/RPMS/sharutils-4.2.1-22.i386.rpm | ||
| [[Category:Linux]] | [[Category:Linux]] | ||
Revision as of 23:02, 2 May 2007
Using Mail and Uuencode
Install sharutils with yum.
uuencode secure.1 secure.1 | mail -s `uname -r` person@gmail.com
ftp://mirrors.kernel.org/fedora/core/3/i386/os/Fedora/RPMS/sharutils-4.2.1-22.i386.rpm