From 1fa8e8e8468e659fbbb7cd735c7277a37bf7813d Mon Sep 17 00:00:00 2001 From: Gubolin Date: Fri, 4 Apr 2014 09:21:11 +0200 Subject: [PATCH] change message to file --- pages/linux/wall.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pages/linux/wall.md b/pages/linux/wall.md index fc3bc7e324..b99a5fd137 100644 --- a/pages/linux/wall.md +++ b/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}}`