format translation: update
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
30c2bd4c7c
commit
b33795f8ab
@@ -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 {{关键词}}`
|
||||
|
||||
|
Reference in New Issue
Block a user