Update cheatsheets

This commit is contained in:
ivuorinen
2024-10-17 00:17:21 +00:00
parent f32d2d1ccd
commit 7d8d3edd4e
24 changed files with 307 additions and 37 deletions

View File

@@ -9,9 +9,13 @@ source: https://github.com/tldr-pages/tldr.git
> To send an email the message body is built from `stdin`.
> More information: <https://manned.org/mail>.
- Send a typed email message. The command-line below continues after pressing Enter key. Input CC email-id (optional) press Enter key. Input message text (can be multiline). Press Ctrl-D key to complete the message text:
- Open an interactive prompt to check personal mail:
`mail --subject="{{subject line}}" {{to_user@example.com}}`
`mail`
- Send a typed email message with optional CC. The command-line below continues after pressing `<Enter>`. Input message text (can be multiline). Press `<Ctrl>-D` to complete the message text:
`mail --subject="{{subject line}}" {{to_user@example.com}} --cc="{{cc_email_address}}"`
- Send an email that contains file content: