Follow-up Comment #3, patch #6474 (project grep): What's wrong with having your alias temporarily set GREP_OPTIONS for just the duration of the use of your alias? That is, instead of:
alias grp 'grep -r -l ...'
use
alias grp 'GREP_OPTIONS=-r grep -l ...'
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/patch/?6474>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
