On Thu, Mar 16, 2006 at 12:58:01PM +0100, Anselm R. Garbe wrote:
> Known, see the find -L discussion.
> Next time we switch to the old version again, even if it
> produces more load.

No, Georg came up with a much better solution shortly before the
/bin/sh switch:

proglist() {
    ls -lpL `echo "$@" | tr ':' ' '` | awk '!/^d/ && $1 ~ /x/ {print $NF}' |
        sort | uniq
}

Works with 9base as well...

Regards,
-- 
 Anselm R. Garbe  ><><  www.ebrag.de  ><><  GPG key: 0D73F361

_______________________________________________
[email protected] mailing list
http://wmii.de/cgi-bin/mailman/listinfo/wmii

Reply via email to