Troels Henriksen <[email protected]> writes: > Christian Neukirchen <[email protected]> writes: > >> Connor Lane Smith <[email protected]> writes: >> >>> On 28 November 2011 13:35, Christian Neukirchen <[email protected]> >>> 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 > > You'll run into problems with command line length.
It has no different output than lsx. I fail to see the issue here. -- Christian Neukirchen <[email protected]> http://chneukirchen.org
