tools:bash:advanced
This is an old revision of the document!
Table of Contents
This article is Part 7 in a series of cheat-sheets on the command line shell, bash. (Previous Page)
bash: Advanced Tricks
Mail Transport
Sending Mail
As Normal User
$ echo -e "Subject: Test\n\nThis is a test message." | /usr/lib/sendmail user@domain.com
As Root
$ echo -e "Subject: Test\n\nThis is a test message." | /usr/sbin/sendmail user@domain.com
Recieving Mail
$ 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 |
tools/bash/advanced.1786951691.txt.gz ยท Last modified: by Humphrey Boa-Gart
Find this page online at: https://bestpoint.institute/tools/bash/advanced
Find this page online at: https://bestpoint.institute/tools/bash/advanced
Copyright 2026 Best Point Holdings Ltd. Co.
"Limited Liability, Limitless Lulz."




