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,10 +2,10 @@
> 输出文件的开头部分.
- 输出文件的前几行
- 输出文件的前几行:
`head -n {{行数}} {{文件名}}`
- 输出文件的前几个字节
- 输出文件的前几个字节:
`head -c {{字节数}} {{文件名}}`