bug-grep
[Top][All Lists]
Advanced

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

Re: problem with grep -vl


From: Mark Perry
Subject: Re: problem with grep -vl
Date: Tue, 25 Nov 2008 10:12:12 +0100

Hallo Andreas,
Genau So!
Vielen Dank!

Mit freundlichen Grüßen/Regards 
Mark Perry 

Mark Perry 
Consultant - engaged by L.A. International
Project SAP on System z
Customer Oriented Validation
 
Mail:address@hidden
BB-Lab Tel: (+49)-7031-16-1785 
 
IBM Deutschland Entwicklung GmbH
Vorsitzender des Aufsichtsrats: Martin Jetter
Geschäftsführung: Erich Baier
Sitz der Gesellschaft: Böblingen
Registergericht: Amtsgericht Stuttgart, HRB 243294





Andreas Schwab <address@hidden> 
25/11/2008 00:03

To
Mark Perry/Germany/Contr/address@hidden
cc
address@hidden
Subject
Re: problem with grep -vl






Mark Perry <address@hidden> writes:

> In the 2nd example the "grep -vl" locates _ALL_ files because the 
> previously matching string in not in the first line of any of the files.
> Note that it again lists files ending 0600,0700,0800 even though we know 

> from example 1 that these files _DO_ contain the match string.
>
> I know that "-l" is suppose to stop on the first match, but when 
combined 
> with "-v" should it not search all lines for a possible match?

"-v" tells grep to look for lines that do _not_ match the pattern.
Since every one of your files contains such a line, they are all
considered matching files wrt. "-l".  You probably want "-L" instead.

Andreas.

-- 
Andreas Schwab, SuSE Labs, address@hidden
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



reply via email to

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