首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Python > 段落grep工具。

段落grep工具。

  • 资源大小:1.82 MB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: python grep

资 源 简 介

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.
VIP VIP
0.180379s