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

20
pages.zh/linux/wall.md Normal file
View File

@@ -0,0 +1,20 @@
# wall
> 在当前登录的用户终端上写消息。
> 更多信息:<https://manned.org/wall>。
- 发送消息:
`wall {{message}}`
- 向属于特定组的用户发送消息:
`wall --group {{group_name}} {{message}}`
- 从文件发送消息:
`wall {{file}}`
- 发送带超时的消息默认300秒
`wall --timeout {{seconds}} {{file}}`