This article is Part 7 in a series of cheat-sheets on the command line shell, bash. (Previous Page)
$ echo -e "Subject: Test\n\nThis is a test message." | /usr/lib/sendmail user@domain.com
# echo -e "Subject: Test\n\nThis is a test message." | /usr/sbin/sendmail user@domain.com
$ sudo apt install mutt $ mutt
| This article is part of a series on Command Line | |
|---|---|
| bash: | Overview - Getting Started - Shortcuts & Piping - Managing Processes - Users & Permissions - Files & Archives - Customization - Advanced Tricks |
| Other *nix & MacOS: | zsh |
| Windows: | PowerShell |