On Fri, 30 Jul 1999 22:07:26 -0400, Tim Vanderhoek wrote: > b$ time ./grep -E '(vt100)|(printer)' longfile > /dev/null > b$ time grep '(vt100)|(printer)' longfile > /dev/null You think that's fair? Surely you can't expect Jamie's extended regex support to outperform GNU's simple regex support? :-) Ciao, Sheldon. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message
- Re: replacing grep(1) John-Mark Gurney
- Re: replacing grep(1) Dag-Erling Smorgrav
- Re: replacing grep(1) Dag-Erling Smorgrav
- Re: replacing grep(1) Daniel C. Sobral
- Re: replacing grep(1) Dag-Erling Smorgrav
- Re: replacing grep(1) Dag-Erling Smorgrav
- Re: replacing grep(1) John-Mark Gurney
- Re: replacing grep(1) Daniel C. Sobral
- Re: replacing grep(1) Tim Vanderhoek
- Re: replacing grep(1) Tim Vanderhoek
- Re: replacing grep(1) Sheldon Hearn
- Re: replacing grep(1) Tim Vanderhoek
- Re: replacing grep(1) James Howard
- Re: replacing grep(1) Daniel C. Sobral
- Re: replacing grep(1) Dag-Erling Smorgrav
- Re: replacing grep(1) Daniel C. Sobral
- Re: replacing grep(1) Tim Vanderhoek
- Re: replacing grep(1) Peter Jeremy

