https://github.com/ryochack/pdfgrep
https://github.com/ryochack/pdfgrep
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ryochack/pdfgrep
- Owner: ryochack
- Created: 2017-12-08T18:24:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-01T14:59:35.000Z (over 7 years ago)
- Last Synced: 2025-03-12T23:13:26.613Z (over 1 year ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pdfgrep.sh
grep script for pdf files.
## Requirements
pdfgrep scripts requires `pdftotext` command is included as part of the poppler-utils package.
## How to use
```
$ pdfgrep.sh [path]
```
## Example
```
$ pdfgrep.sh "sleep"
AAA.pdf: - NVIC_LP_SLEEPDEEP: Low
AAA.pdf: Power DEEPSLEEP request.
AAA.pdf: - NVIC_LP_SLEEPONEXIT: Low
AAA.pdf: Power Sleep on Exit.
BBB.pdf: Step 6 (Sleep, DMA, ADC,RTC)
BBB.pdf: – Switch to Lower-power sleep mode (BAM mode)
BBB.pdf: • Sleep mode
BBB.pdf: • Low-power sleep mode
```