add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

24
pages.zh/linux/talk.md Normal file
View File

@@ -0,0 +1,24 @@
# 通话
> 一款可视化通信程序,能够将你的终端中的信息复制到另一位用户的终端中。
> 更多信息:<https://www.gnu.org/software/inetutils/manual/html_node/talk-invocation.html>。
- 与同一台机器上的用户开始通话会话:
`talk {{用户名}}`
- 与同一台机器上登录在tty3的用户开始通话会话
`talk {{用户名}} {{tty3}}`
- 与远程机器上的用户开始通话会话:
`talk {{用户名}}@{{主机名}}`
- 清除两个终端屏幕上的文本:
`<Ctrl>+D`
- 退出通话会话:
`<Ctrl>+C`