From b2395e8112877649575f4eec25a1a8a17b570b65 Mon Sep 17 00:00:00 2001 From: Abhishek M J <85760664+abhishekmj303@users.noreply.github.com> Date: Tue, 31 Oct 2023 23:05:56 +0530 Subject: [PATCH] talk: add page (#11344) * talk: add page * talk: fix full stop * talk: fix newline at eof --- pages/linux/talk.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/linux/talk.md diff --git a/pages/linux/talk.md b/pages/linux/talk.md new file mode 100644 index 000000000..120a6a6f6 --- /dev/null +++ b/pages/linux/talk.md @@ -0,0 +1,24 @@ +# talk + +> GNU/Talk is a visual communication program which copies lines from your terminal to that of another user. +> More information: . + +- Start a talk session with a user on the same machine: + +`talk {{username}}` + +- Start a talk session with a user on the same machine, who is logged in on tty3: + +`talk {{username}} {{tty3}}` + +- Start a talk session with a user on a remote machine: + +`talk {{username}}@{{hostname}}` + +- Clear text on both terminal screens: + +`Ctrl+D` + +- Exit the talk session: + +`Ctrl+C`