1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-03 02:15:23 +02:00
tldr/pages/linux/talk.md
Lena 0fddee2272
pages/*: reword descriptions to comply with the style guide (#11507)
* pages/*: reword descriptions to comply with the style guide

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-11-15 09:55:25 +05:30

24 lines
572 B
Markdown

# talk
> A visual communication program which copies lines from your terminal to that of another user.
> More information: <https://www.gnu.org/software/inetutils/manual/html_node/talk-invocation.html>.
- 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`