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

View File

@@ -1,20 +1,20 @@
# clear
# 清屏
> 终端屏幕。
> 更多信息:<https://manned.org/clear>.
> 终端屏幕。
> 更多信息:<https://manned.org/clear>
-屏幕(相当于在 Bash shell 中按 Control-L 键)
-屏幕:
`clear`
-屏幕但保留终端的滚缓冲区:
-屏幕但保留终端的滚缓冲区(相当于在 Bash 中按 Ctrl + L
`clear -x`
-要清的终端类型(默认为环境变量 `TERM` 的值):
-要清的终端类型(默认为环境变量 `TERM` 的值):
`clear -T {{type_of_terminal}}`
`clear -T {{终端类型}}`
- 显示 `clear` 使用的 `ncurses` 版本:
`clear -V`
`clear -V`