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,32 +1,29 @@
# more
> 打开一个文件进行交互式阅读,允许滚动和搜索。
> 更多信息:<https://manned.org/more.1p>.
> 交互式地显示文件,允许滚动和搜索。
> 另见:`less`。
> 更多信息:<https://manned.org/more.1p>。
- 打开一个文件:
- 打开文件:
`more {{路径/到/文件}}`
`more {{path/to/file}}`
- 打开一个文件,从特定行开始显示:
- 显示特定行
`more +{{行号}} {{路径/到/文件}}`
- 显示帮助:
`more --help`
`more +{{line_number}} {{path/to/file}}`
- 转到下一页:
`<空格>`
`<Space>`
- 搜索一个字符串(按 `n` 键跳转到下一个匹配:
- 搜索字符串(按 `n` 转到下一个匹配项):
`/{{字符串}}`
`/{{something}}`
- 退出:
`q`
- 显示关交互命令的帮助:
- 显示关交互命令的帮助:
`h`
`h`