Skip to content

bmc/paragrep

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

paragrep, a paragraph grep

paragrep is a "paragraph grep" utility. It searches for a series of regular expressions in a text file (or several text files) and prints out the paragraphs containing those expressions. Normally paragrep displays a paragraph if it contains any of the expressions; this behavior can be modified by using the -a option.

Quick Start

$ pip install paragrep
$ paragrep --help

WARNING: As of version 3.2.0, paragrep no longer supports Python 2. If you need to run it under Python 2, use an older version. e.g.:

$ pip install paragrep==3.1.3

Complete docs

For all the docs, see the project site.

About

Paragraph grep utility

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages