bug-grep
[Top][All Lists]
Advanced

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

bug#22071: incorrect behaviour for inverted matches with -l on empty fil


From: Mark Wotton
Subject: bug#22071: incorrect behaviour for inverted matches with -l on empty files
Date: Wed, 2 Dec 2015 08:57:49 -0500

Yes, I understand the interpretation now. Just confusing when you have
a model in mind that almost always works.

On 12/2/15, Eric Blake <address@hidden> wrote:
> On 12/02/2015 06:14 AM, Mark Wotton wrote:
>> hm. "grep -l '' empty" also doesn't print anything, so I guess it's
>> consistent, at least.
>
> You want 'grep -L "hi there" ./empty', which says to print the names of
> all files that did not contain any match (and not the names of all files
> that had lines that didn't match).  That is, -v and -L are different
> types of negation.
>
> $ grep -L '' empty
> empty
> $ grep -Lv '' empty
> empty
>
> The empty file has no matches to any patterns (whether or not the
> pattern is negated with -v), so it shows up under -L.
>
> --
> Eric Blake   eblake redhat com    +1-919-301-3266
> Libvirt virtualization library http://libvirt.org
>
>


-- 
A UNIX signature isn't a return address, it's the ASCII equivalent of a
black velvet clown painting. It's a rectangle of carets surrounding a
quote from a literary giant of weeniedom like Heinlein or Dr. Who.
        -- Chris Maeda





reply via email to

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