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

29
pages.zh/linux/more.md Normal file
View File

@@ -0,0 +1,29 @@
# more
> 交互式显示文件,允许滚动和搜索。
> 另见:`less`。
> 更多信息:<https://manned.org/more>。
- 打开一个文件:
`more {{路径/到/文件}}`
- 显示特定行:
`more +{{行号}} {{路径/到/文件}}`
- 转到下一页:
`<空格>`
- 搜索字符串(按 `n` 转到下一个匹配项):
`/{{某个东西}}`
- 退出:
`q`
- 显示关于交互命令的帮助:
`h`