bug-findutils
[Top][All Lists]
Advanced

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

Re: [bug #31933] Wrong results with negated -regex


From: James Youngman
Subject: Re: [bug #31933] Wrong results with negated -regex
Date: Mon, 20 Dec 2010 13:54:38 +0000

On Mon, Dec 20, 2010 at 3:27 AM, Dario Niedermann
<address@hidden> wrote:
>
> Follow-up Comment #2, bug #31933 (project findutils):
>
> I find this very odd, since I did specify a '$' to match the end of
> filenames. Find's behaviour does not seem to be egrep-like since:
>
> find . -type f | egrep -v '.(css|png|gif)$'
>
> returns the correct results.

Yes, the problem is at the left hand side of the regex, not the right hand side.

James.



reply via email to

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