NAME
xargs -- construct argument lists and invoke utility
SYNOPSIS
xargs [operands]
DESCRIPTION
The xargs utility constructs a command line consisting of
the operands specified. The xargs utility then invokes
the constructed command line and standard in and waits
for its completion.
ps -ef | cut -f 1 | xargs kill
AUTHOR
Written by JochenT.
REPORTING BUGS
Report bugs to <jochen@jtoee.com>.
COPYRIGHT
Copyright © 2004 JTOEE.