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,18 +2,18 @@
> 在一个或多个文件里查找指定字符串.
- 查找包含指定字符串的行
- 查找包含指定字符串的行:
`find {{字符串}} {{文件或目录的路径}}`
- 查找不包含指定字符串的行
- 查找不包含指定字符串的行:
`find {{字符串}} {{文件或目录的路径}} /v`
- 显示包含指定字符串的行的总数
- 显示包含指定字符串的行的总数:
`find {{字符串}} {{文件或目录的路径}} /c`
- 显示匹配的行的行数
- 显示匹配的行的行数:
`find {{字符串}} {{文件或目录的路径}} /n`