On 03/03/2015 09:55 PM, Christian Kujau wrote:
what's the alternative to have some nice grep defaults and still be portable across platforms?
You can put a script like this in $HOME/bin: #! /bin/sh export PATH=/usr/bin exec grep --color=auto --devices=skip "$@" and then prepend $HOME/bin to your PATH.