diff options
author | obrien <obrien@FreeBSD.org> | 1997-05-25 03:42:42 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-05-25 03:42:42 +0000 |
commit | 7bd3e7d8863a8cd1f7761ef1de67203656c9ebbe (patch) | |
tree | 2f384abf5beadf84fd890e1867c9543dd69f1ad8 /textproc/agrep/pkg-plist | |
parent | b872d896c865e3f6090c3634cf93d6dcdde8ab21 (diff) | |
download | FreeBSD-ports-7bd3e7d8863a8cd1f7761ef1de67203656c9ebbe.zip FreeBSD-ports-7bd3e7d8863a8cd1f7761ef1de67203656c9ebbe.tar.gz |
agrep is a tool for fast text searching allowing errors.
The three most significant features of agrep that are not supported by
the grep family are
1) the ability to search for approximate patterns
2) agrep is record oriented rather than just line oriented
3) multiple patterns with AND (or OR) logic queries
Diffstat (limited to 'textproc/agrep/pkg-plist')
-rw-r--r-- | textproc/agrep/pkg-plist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/agrep/pkg-plist b/textproc/agrep/pkg-plist new file mode 100644 index 0000000..035b26e --- /dev/null +++ b/textproc/agrep/pkg-plist @@ -0,0 +1,3 @@ +bin/agrep +man/man1/agrep.1.gz +share/doc/agrep/agrep.algorithms |