format translation: change colon

This commit is contained in:
Ein Verne
2019-10-19 14:12:27 +08:00
committed by Starbeamrainbowlabs
parent f0f2764de2
commit 30c2bd4c7c
181 changed files with 694 additions and 694 deletions

View File

@@ -2,23 +2,23 @@
> 分页显示标准输入或文件的输出.
- 分页显示标准输入的输出
- 分页显示标准输入的输出:
`{{echo test}} | more`
- 分页显示一个或多个文件的内容
- 分页显示一个或多个文件的内容:
`more {{文件的路径}}`
- 将制表符转换为指定的空格数
- 将制表符转换为指定的空格数:
`more {{文件的路径} /t{{空格数}}`
- 显示内容前先清屏
- 显示内容前先清屏:
`more {{文件的路径}} /c`
- 从第 5 行开始显示输出
- 从第 5 行开始显示输出:
`more {{文件的路径}} +{{5}}`
@@ -26,6 +26,6 @@
`more {{文件的路径}} /e`
- 显示全部帮助信息
- 显示全部帮助信息:
`more /?`