On Tuesday 04 October 2005 01:08, James Youngman wrote:
> Follow-up Comment #2, bug #14619 (project findutils):
>
> Does -perm /... do what you expected -perm +... to do?
I did a short test, and I believe that
        find <path> -type f -perm /+x
gives me what I used to get with
        find <path> -type f -perm +x

Although I didn't test all various combinations - there may be other breakage.

But it's much better than
        find <path> -type f -perm +x
where I get no results; I currently use
        find <path> -type f -perm +0111
which works as expected.


Regards,

Phil


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to