Send file from cmd line
This way you send file directly from command lineecho "body" | mutt -a "/path/to/file" -s "subject" -- name@hostname
This way you send file directly from command lineecho "body" | mutt -a "/path/to/file" -s "subject" -- name@hostname
du -sh