mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
mail, mailx, mesg, mmv, monop, most, mscore: add link (#6795)
This commit is contained in:
parent
e0442c6f98
commit
696b11611f
7 changed files with 7 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
> The command operates on the user's mailbox if no argument is given.
|
||||
> To send an email the message body is built from standard input.
|
||||
> 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:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# mailx
|
||||
|
||||
> Send and receive mail.
|
||||
> More information: <https://manned.org/mailx>.
|
||||
|
||||
- Send mail (the content should be typed after the command, and ended with `Ctrl+D`):
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
> Check or set a terminal's ability to receive messages from other users, usually from the write command.
|
||||
> See also `write`.
|
||||
> More information: <https://manned.org/mesg>.
|
||||
|
||||
- Check terminal's openness to write messages:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# mmv
|
||||
|
||||
> Move and rename files in bulk.
|
||||
> More information: <https://manned.org/mmv.1>.
|
||||
|
||||
- Rename all files with a certain extension to a different extension:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# monop
|
||||
|
||||
> Finds and displays signatures of Types and methods inside .NET assemblies.
|
||||
> More information: <https://manned.org/monop>.
|
||||
|
||||
- Show the structure of a Type built-in of the .NET Framework:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# most
|
||||
|
||||
> Open one or several files for interactive reading, allowing scrolling and search.
|
||||
> More information: <https://manned.org/most>.
|
||||
|
||||
- Open a file:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# mscore
|
||||
|
||||
> This command is an alias of `musescore`.
|
||||
> More information: <https://musescore.org/handbook/command-line-options>.
|
||||
|
||||
- View documentation for the original command:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue