Short: GNU grep package. V2.0 Author: Mike Haertel Type: text/misc Version: 2.0 Requires: Amiga binaries require ixemul.library. Architecture: m68k-amigaos Origin: Amiga Development Environment, ftp.ninemoons.com:pub/ade GNU grep is based on a fast lazy-state deterministic matcher (about twice as fast as stock Unix egrep) hybridized with a Boyer-Moore- Gosper search for a fixed string that eliminates impossible text from being considered by the full regexp matcher without necessarily having to look at every character. The result is typically many times faster than Unix grep or egrep. (Regular expressions containing backreferencing will run more slowly, however.)