summaryrefslogtreecommitdiff
path: root/textproc/agrep (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-08-31$Id$ -> $FreeBSD$Peter Wemm1-1/+1
Notes: svn path=/head/; revision=21145
1998-10-20Remove empty directories on deinstall.Steve Price1-0/+1
Notes: svn path=/head/; revision=14115
1998-08-19None of these textproc tools were quite advanced enough to beTim Vanderhoek1-1/+0
able to textproc away the manpages in their PLISTs. I'll do it for them. Or, rather, bento.freebsd.org will do it for them under my direction. :-) Notes: svn path=/head/; revision=12658
1997-05-25agrep is a tool for fast text searching allowing errors.David E. O'Brien5-0/+79
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 Notes: svn path=/head/; revision=6551