mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 21:35:27 +02:00
msg: add page (#2174)
This commit is contained in:
parent
e6cc1dfd02
commit
39f4ffc68f
1 changed files with 23 additions and 0 deletions
23
pages/windows/msg.md
Normal file
23
pages/windows/msg.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
# msg
|
||||
|
||||
> Send a message to a specific user or session.
|
||||
|
||||
- Send a message to a specified user or session:
|
||||
|
||||
`msg {{username|session_name|session_id}} {{message}}`
|
||||
|
||||
- Send a message from stdin:
|
||||
|
||||
`echo "{{message}}" | msg {{username|session_name|session_id}}`
|
||||
|
||||
- Send a message to a specific server:
|
||||
|
||||
`msg /server:{{server_name}} {{username|session_name|session_id}}`
|
||||
|
||||
- Send a message to all users of the current machine:
|
||||
|
||||
`msg *`
|
||||
|
||||
- Set a delay in seconds for a message:
|
||||
|
||||
`msg /time:{{seconds}}`
|
Loading…
Add table
Reference in a new issue