Chinese pages: correct Chinese punctuation (#5240)

This commit is contained in:
bl-ue
2021-08-02 04:41:09 -04:00
committed by GitHub
parent eaef3b4d21
commit 289e30dfb3
373 changed files with 1817 additions and 1810 deletions

View File

@@ -1,13 +1,13 @@
# write
> 向某个终端上的特定用户的屏幕写入信息 Ctrl-C 来停止写入).
> 向某个终端上的特定用户的屏幕写入信息Ctrl-C 来停止写入)
> 使用 `who` 命令来获取所有活动用户的终端 id. 参见 `mesg`.
- 向指定的终端 ID 上的指定用户写入信息:
- 向指定的终端 ID 上的指定用户写入信息
`write {{username}} {{terminal_id}}`
- 向终端 "/dev/tty/5" 上的用户 "testuser" 发送信息:
- 向终端 "/dev/tty/5" 上的用户 "testuser" 发送信息
`write {{testuser}} {{tty/5}}`