Re: Grep Problem.
Abhijit Menon-Sen <[email protected]> Sat, 11 Sep 2004 14:55:47 +0530
| Newsgroups | gmane.user-groups.linux.delhi.devel |
|---|---|
| Message-ID | <[email protected]> |
At 2004-09-11 14:46:04 +0530, [email protected] wrote: > > > grep -- filename > > If you dont need to use regular expressions, always use fgrep instead > of grep. It is much faster. Maybe, but "fgrep -- filename" doesn't work either. You would need "fgrep -- -- filename". -- ams