more: add Chinese translation (#8449)

pull/1/head
LiLittleCat 2022-09-03 23:18:36 +08:00 committed by GitHub
parent f8d869ac87
commit 6cde5be486
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 32 additions and 0 deletions

32
pages.zh/common/more.md Normal file
View File

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