GNU grep's new features (Linux.com)
GNU grep's new features (Linux.com)
Posted Jun 2, 2006 12:00 UTC (Fri) by jond (subscriber, #37669)In reply to: GNU grep's new features (Linux.com) by nix
Parent article: GNU grep's new features (Linux.com)
egrep and fgrep are just shell scripts that call grep -E and grep -F on my system (sarge). I found this out the hard way, when I was using fgrep in a busy loop.
