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: 0D73F361Received on Thu Mar 16 2006 - 14:56:20 UTC
This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 16:01:17 UTC