Somebody claiming to be Christian Neukirchen wrote:
>Connor Lane Smith <cls_AT_lubutu.com> writes:
>
>> On 28 November 2011 13:35, Christian Neukirchen <chneukirchen_AT_gmail.com> wrote:
>>> Any reason we don't replace lsx with this?
>>>
>>> find -L . -maxdepth 1 -type f -perm -111
>>
>> POSIX compatibility.
You're ok with using a util you built, but not a util someone else built?
(I'm not defending GNU find, I'm just saying, stest is no more POSIX :) )
>All supported except for -maxdepth, but you can use:
>
>find -L . -type d \! -name . -prune -o -type f -perm -111 -print
Hmm... interesting. I'm going to have to look into exactly what this does.
--
Stephen Paul Weber, _AT_singpolyma
See <http://singpolyma.net> for how I prefer to be contacted
edition right joseph
Received on Tue Nov 29 2011 - 19:09:59 CET