On Mon, 28 Nov 2011 15:43:55 +0100
Christian Neukirchen <chneukirc...@gmail.com> wrote:

>Connor Lane Smith <c...@lubutu.com> writes:
>
>> On 28 November 2011 13:35, Christian Neukirchen
>> <chneukirc...@gmail.com> wrote:
>>> Any reason we don't replace lsx with this?
>>>
>>>  find -L . -maxdepth 1 -type f -perm -111
>>
>> POSIX compatibility.
>
>All supported except for -maxdepth, but you can use:
>
>find -L . -type d \! -name . -prune -o -type f -perm -111 -print
>

It's so convenient.
Cheers.

I always wonder why such boring subjects get so much more attention
than, e.g., Apollo DM topic. It is sad.
Yeah, now I'm no better.

Reply via email to