mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 14:33:40 +02:00
mailx: Improve the readability of the descriptions
This commit is contained in:
parent
55517e7d39
commit
092294370d
1 changed files with 3 additions and 3 deletions
|
@ -2,15 +2,15 @@
|
|||
|
||||
> Send and receive mail.
|
||||
|
||||
- To send mail, the content is typed after the command and ended with Control-D:
|
||||
- To send mail, the body is typed after the command and ended with Control-D:
|
||||
|
||||
`mailx -s "{{subject}}" {{to_addr}}`
|
||||
|
||||
- Send mail with short content:
|
||||
- Send mail with a short body:
|
||||
|
||||
`echo "{{content}}" | mailx -s "{{subject}}" {{to_addr}}`
|
||||
|
||||
- Send mail with content which written in a file:
|
||||
- Send mail with a body from a file:
|
||||
|
||||
`mailx -s "{{subject}}" {{to_addr}} < {{content.txt}}`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue