format translation: update

This commit is contained in:
Ein Verne
2019-10-20 10:34:33 +08:00
committed by Starbeamrainbowlabs
parent 30c2bd4c7c
commit b33795f8ab
72 changed files with 173 additions and 173 deletions

View File

@@ -1,8 +1,8 @@
# pdfgrep
> 在PDF文件中搜索文本.
> PDF 文件中搜索文本.
- 在PDF中查找与关键词匹配的行:
- PDF 中查找与关键词匹配的行:
`pdfgrep {{关键词}} {{文件.pdf}}`
@@ -10,11 +10,11 @@
`pdfgrep --with-filename --page-number {{关键词}} {{文件.pdf}}`
- 对以 "foo" 开头关键词搜索,返回前3个匹配项,不区分大小写:
- 对以 "foo" 开头关键词搜索返回前 3 个匹配项不区分大小写:
`pdfgrep --max-count {{3}} --ignore-case {{'^foo'}} {{文件.pdf}}`
- 在当前目录中扩展名为.pdf的文件中递归查找关键词:
- 在当前目录中扩展名为.pdf 的文件中递归查找关键词:
`pdfgrep --recursive {{关键词}}`