mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 22:15:42 +02:00
more: add Chinese translation (#15492)
This commit is contained in:
parent
92da68e94e
commit
019d735644
1 changed files with 29 additions and 0 deletions
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`
|
Loading…
Add table
Reference in a new issue