On 05/11/2013 11:21 PM, Dara wrote: > export GROUP_OPTIONS='--color=auto' GROUP_COLOR='100;8'
Presumably you meant GREP_OPTIONS and GREP_COLOR? But anyway, if you set those environment values to bad values, grep will complain and exit, which is apparently what happened to you.
