mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-30 01:15:28 +02:00
wall: refresh page (#9842)
This commit is contained in:
parent
8d10b46f1e
commit
6ec6912cd4
1 changed files with 6 additions and 2 deletions
|
@ -5,7 +5,11 @@
|
|||
|
||||
- Send a message:
|
||||
|
||||
`echo "{{message}}" | wall`
|
||||
`wall {{message}}`
|
||||
|
||||
- Send a message to users that belong to a specific group:
|
||||
|
||||
`wall --group {{group_name}} {{message}}`
|
||||
|
||||
- Send a message from a file:
|
||||
|
||||
|
@ -13,4 +17,4 @@
|
|||
|
||||
- Send a message with timeout (default 300):
|
||||
|
||||
`wall -t {{seconds}} {{file}}`
|
||||
`wall --timeout {{seconds}} {{file}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue