>xargs is your friend. :-)
Very nice! So how do I pass just the first string into it? The output is seperated by spaces,,,
awk is also your friend.
<cmd> | awk '{ print $1 }'
Alan.
_______________________________________________ CentOS mailing list CentOS@xxxxxxxxxx http://lists.centos.org/mailman/listinfo/centos