资 源 简 介
An open source and free command line grep like tool.
It prints out the paragraphs which contains the pattern instead of lines.
```
pgrep v1.00.x071127
by Programus (programus@gmail.com)
------------------------------------
An open source and free command line grep like tool.
It prints out the paragraphs which contains the pattern instead of lines.
Usage: pgrep [OPTION]... PATTERN [FILE] ...
python pgrep [OPTION]... PATTERN [FILE] ...
Search for PATTERN in each FILE or standard input and output a paragraph separated by separator.
Example: python pgrep.py -i "hello world" menu.h main.c
OPTIONS:
-c, --count
Suppress normal output; instead print a count of matching lines for each input file.
With the -v, --invert-match option, count non-matching lines.
-e, --regexp=PATTERN
Use pattern as the pattern; useful to protect patterns beginning with a -.
-f, --file=FILE
Obtain patterns from file, one per line.