bug-grep
[Top][All Lists]
Advanced

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

[bug #22100] Enhancement request: "grep foo | grep bar" in one process (


From: Paolo Bonzini
Subject: [bug #22100] Enhancement request: "grep foo | grep bar" in one process (i.e. line-selector and pattern selector)
Date: Wed, 24 Nov 2010 01:59:33 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.12) Gecko/20101027 Fedora/3.6.12-1.fc14 Firefox/3.6.12

Update of bug #22100 (project grep):

                  Status:                    None => Wont Fix               
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #2:

I think you really should use sed:

grep -l "Sherlock Holmes" * | xargs sed -rn 
   's/^Email: (address@hidden)$/1/p'

In fact, the proposed --file-match cannot be implemented with a single scan
of the file (and that's all you can do if the input is a pipe).

If anything, it may be interesting to implement --and / --or like git grep.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?22100>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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