mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 07:35:42 +02:00
talk: add page (#11344)
* talk: add page * talk: fix full stop * talk: fix newline at eof
This commit is contained in:
parent
cb2bcd5de8
commit
b2395e8112
1 changed files with 24 additions and 0 deletions
24
pages/linux/talk.md
Normal file
24
pages/linux/talk.md
Normal file
|
@ -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: <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`
|
Loading…
Add table
Reference in a new issue