Skip to content

Instantly share code, notes, and snippets.

@zvineyard
Created July 19, 2012 17:59
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zvineyard/3145677 to your computer and use it in GitHub Desktop.
Save zvineyard/3145677 to your computer and use it in GitHub Desktop.
Bash: Send an Email Attachment from Command line with mailx
#!/bin/bash
uuencode /file.csv /file.csv | mail x -r "from@example.com" -s "Subject" to@example.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment