* David C. Rankin <drankinatty@suddenlinkmail.com> [07-15-14 01:48]:
On 07/15/2014 12:26 AM, Bernhard Voelker wrote: [...]
You don't invoke the grep binary here directly, but rather an alias:
$ type grep grep is aliased to `grep --color=auto'
Indeed... (smacks self...)
What a mess: [...] but where the heck are all the --color=auto coming from? I'll grep around /etc, but if anybody know where this can be done, please let me know, the wasted time to turn all this unwanted stuff off is rapidly accumulating...
~/.alias and grep -ir grep `locate alias |grep etc| grep alias` /etc/profile.d/alias.bash:alias egrep='egrep --color=auto' /etc/profile.d/alias.bash:alias fgrep='fgrep --color=auto' /etc/profile.d/alias.bash:alias grep='grep --color=auto' -- (paka)Patrick Shanahan Plainfield, Indiana, USA @ptilopteri http://en.opensuse.org openSUSE Community Member facebook/ptilopteri http://wahoo.no-ip.org Photo Album: http://wahoo.no-ip.org/gallery2 Registered Linux User #207535 @ http://linuxcounter.net -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org