Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: egrep --color=always 'zsh\.'



On Tue, Apr 2, 2024, at 6:55 PM, Bart Schaefer wrote:
> Consider perhaps fgrep which looks for literal strings rather than patterns.

Yes, although I would (and did) recommend "grep -F" because fgrep
(and egrep, for that matter) is no longer in POSIX, and recent GNU
grep prints an obsolescence warning when you invoke it as fgrep (or
egrep).

-- 
vq




Messages sorted by: Reverse Date, Date, Thread, Author