[logo] paragrep: paragraph grep utility

Download

To obtain my PGP/GnuPG key, see these instructions.

Documentation

Back to software page.

Introduction

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.

See the full documentation for details.

Installation

The usual:

  1. Unpack the tarball or Zip file.
  2. Change your directory to the resulting paragrep-3.0.4 directory.
  3. Run: python setup.py install
This module is also available on PyPI. If you have Easy Install installed, you can install this package with one command (usually as root):
easy_install paragrep

Source Code Repository

The source code for paragrep is maintained on github. To clone the repository, run this command:

git clone git://github.com/bmc/paragrep.git

Author

Brian M. Clapper, <bmc @ clapper . org>

Copyright

© 2008 Brian M. Clapper

License

BSD-style license. See accompanying LICENSE file.

$Id: index.html,v 1.7 2005/05/20 14:37:58 bmc Exp $