bug-gnu-utils
[Top][All Lists]
Advanced

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

Re: Grep: --quiet & suggestion


From: Stepan Kasal
Subject: Re: Grep: --quiet & suggestion
Date: Tue, 10 Jun 2003 08:33:20 +0200
User-agent: Mutt/1.2.5.1i

Hello,
        re this:

> > On Sun, Jun 08, 2003 at 12:02:58PM +0300, Jori Mantysalo wrote:
> > > $ (grep -m 1 cat ; grep -m 1 dog) < text && echo 'Found!'
> > > cat
> > > dog
> > > Found!

thank you, Paul, for explaining the differences.  So the following

$ (grep -qm 1 cat ; grep -qm 1 dog) < text && echo 'Found!'

indeed is a bug and should be fixed it.

I'll put it to my queue.

Stepan




reply via email to

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