Browse Source

change message to file

Gubolin 11 years ago
parent
commit
1fa8e8e846
1 changed files with 5 additions and 2 deletions
  1. 5 2
      pages/linux/wall.md

+ 5 - 2
pages/linux/wall.md

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