Peng Yu Mon, 21 Nov 2011 21:59:10 -0800
Hi, Suppose that I run, I'd like to show the match of 'abc' and 'efg' differently. Is there a way to do so with grep?
grep --color=auto 'abc|efg' file.txt -- Regards, Peng