Email PDFs From the Command Line With Open Source Software uuencode
May 18, 2010, 09:02 (3 Talkback[s])
(Other stories by Juliet Kemp)
"I often find myself wanting to email someone an attachment of
some sort – PDF, doc, jpg, or whatever. As a rule I'll do
this by scping it to the machine I use for mail (or uploading to
gmail), but I'd far rather save time with a command-line
oneliner.
"Enter uuencode, which allows you to pipe attachments directly
into the mail command. Here's a basic example:
uuencode article.pdf article.pdf | mail -s
"Here's that article" juliet@earth.li
"The -s option to mail sets the subject line."
Complete Story
Related Stories:
- Ultra-minimal Linux Desktops Roundup(May 11, 2010)
- One-Handed Workarounds -- The Programmers Guide to Typing With a Broken Thumb(May 10, 2010)
- Open Source Software Investigation -- Stty Settings, Backspace and Delete(May 04, 2010)
-
Setting Up Tunneling With a VirtualBox Guest Machine(Apr 27, 2010)
- Crontab Entries for Unix or Linux Servers Made Simple(Apr 20, 2010)
- LXDE, the New Lightweight Linux Desktop
(Apr 14, 2010)
- Shiny, Happy Linux OS Terminals With Bashish(Apr 12, 2010)
- Linux Server Fix: Backspacing on OSX Terminal Should Not Be Interpreted as Delete(Apr 06, 2010)