xargs

xargs is a unix command used to build and execute commands from standard input. Some commands can accept standard input as a parameter or argument by using pipe (for example grep uses pipe). Other commands disregard the standard input stream and rely solely on arguments after the command (such as echo). Quick Links: