Somebody claiming to be Christian Neukirchen 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.

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, @singpolyma
See <http://singpolyma.net> for how I prefer to be contacted
edition right joseph

Attachment: signature.asc
Description: Digital signature

Reply via email to