bug-grep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[patch #6474] Issue warning if recursively searching stdin


From: Eric Blake
Subject: [patch #6474] Issue warning if recursively searching stdin
Date: Tue, 20 Mar 2012 19:40:54 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.1) Gecko/20100101 Firefox/10.0.1

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/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]