On 30/03/2008, Joseph L. Casale <[EMAIL PROTECTED]> wrote:
>
> >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@centos.org
http://lists.centos.org/mailman/listinfo/centos

Reply via email to