1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 05:55:41 +02:00

more: add Chinese translation (#15492)

This commit is contained in:
witt 2025-01-17 12:47:14 +08:00 committed by GitHub
parent 92da68e94e
commit 019d735644
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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`