Skip to content

Instantly share code, notes, and snippets.

@bkozora
Created April 6, 2016 19:40
Show Gist options
  • Save bkozora/1625fd2be5f2a28824cab407232910f3 to your computer and use it in GitHub Desktop.
Save bkozora/1625fd2be5f2a28824cab407232910f3 to your computer and use it in GitHub Desktop.
Email File as Attachment from Command Line
( cat file.txt; ux2dos file.txt | uuencode file.txt file.txt ) | mailx -m -s "subject" -r email@address email@address
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment