From abd98777f5740e9aa4a192ee66e06bc143f8952b Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Thu, 26 Oct 2017 21:39:43 +0530 Subject: [PATCH] write: simplify page - Simplify heading and made who command within backticks - Simplified some command descriptions. --- pages/linux/write.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/linux/write.md b/pages/linux/write.md index 757b456df8..37877e0d85 100644 --- a/pages/linux/write.md +++ b/pages/linux/write.md @@ -1,16 +1,16 @@ # write > Write a message on the terminal of a specified logged in user (ctrl-C to stop writing messages). -> To find out all terminal_ids of all users active on the system see the 'who' command. +> Use the `who` command to find out all terminal_ids of all active users active on the system. -- Send a message to user {{username}} on terminal {{terminal_id}}: +- Send a message to a given user on a given terminal id: `write {{username}} {{terminal_id}}` -- Send message to user 'testuser' on terminal /dev/tty/5: +- Send message to "testuser" on terminal "/dev/tty/5": `write {{testuser}} {{tty/5}}` -- Send message to user 'jhondoe' on pseudo terminal /dev/pts/5: +- Send message to "jhondoe" on pseudo terminal "/dev/pts/5": `write {{jhondoe}} {{pts/5}}`