bug-findutils
[Top][All Lists]
Advanced

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

Re: Bizzare bug in find, potential security implications


From: Dale R. Worley
Subject: Re: Bizzare bug in find, potential security implications
Date: Fri, 22 Dec 2017 07:23:26 -0500

Bernhard Voelker <address@hidden> writes:
> As the OPs case just needs matches for the suffix of the basename,
> I'd personally always go with good old -name:
>
>     find htdocs -type f -name '*.exe'

Yes.  I would use -iname, because I'm unsure of what rules Windows uses
to decree a file as executable.

Dale



reply via email to

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