add new chinese translations
This commit is contained in:
29
pages.zh/linux/more.md
Normal file
29
pages.zh/linux/more.md
Normal file
@@ -0,0 +1,29 @@
|
||||
# more
|
||||
|
||||
> 交互式显示文件,允许滚动和搜索。
|
||||
> 另见:`less`。
|
||||
> 更多信息:<https://manned.org/more>。
|
||||
|
||||
- 打开一个文件:
|
||||
|
||||
`more {{路径/到/文件}}`
|
||||
|
||||
- 显示特定行:
|
||||
|
||||
`more +{{行号}} {{路径/到/文件}}`
|
||||
|
||||
- 转到下一页:
|
||||
|
||||
`<空格>`
|
||||
|
||||
- 搜索字符串(按 `n` 转到下一个匹配项):
|
||||
|
||||
`/{{某个东西}}`
|
||||
|
||||
- 退出:
|
||||
|
||||
`q`
|
||||
|
||||
- 显示关于交互命令的帮助:
|
||||
|
||||
`h`
|
Reference in New Issue
Block a user