1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-29 23:15:28 +02:00

change message to file

This commit is contained in:
Gubolin 2014-04-04 09:21:11 +02:00
parent f472b5a865
commit 1fa8e8e846

View file

@ -4,7 +4,10 @@
> only available to super-user > only available to super-user
- send a message - send a message
`wall {{message}}` `echo "{{message}}" | wall`
- send a message from a file
`wall {{file}}`
- send a message with timeout (default 300) - send a message with timeout (default 300)
`wall -t {{seconds}} {{message}}` `wall -t {{seconds}} {{file}}`