15 Jul
2014
15 Jul
'14
05:26
On 07/14/2014 08:21 PM, David C. Rankin wrote:
Also (related), when I use grep, the search term in the results is colored red. E.g (openoffice is red below):
[12:20 alchemy:.../aoo/en-US/RPMS] # rpm -qa | grep openoffice openoffice-core05-4.1.0-9764.x86_64 openoffice-brand-en-US-4.1.0-9764.x86_64 openoffice-math-4.1.0-9764.x86_64 openoffice-onlineupdate-4.1.0-9764.x86_64 ^^^^^^^^^^ red
How do I turn this off so I just get plain search results back?
You don't invoke the grep binary here directly, but rather an alias: $ type grep grep is aliased to `grep --color=auto' Have a nice day, Berny -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org