1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 18:15:25 +02:00

Merge pull request #181 from Gubolin/master

add wall
This commit is contained in:
Romain Prieto 2014-04-22 12:26:35 +10:00
commit b802a17b08

13
pages/linux/wall.md Normal file
View file

@ -0,0 +1,13 @@
# wall
> write a message on the terminals of users currently logged in
> only available to super-user
- send a message
`echo "{{message}}" | wall`
- send a message from a file
`wall {{file}}`
- send a message with timeout (default 300)
`wall -t {{seconds}} {{file}}`