xargs (1) Linux Manual Page
xargs – build and execute command lines from standard input Synopsisxargs [options] [command [initial-arguments]] DescriptionThis manual page documents the GNU version of xargs. xargs reads items from the standard input, delimited by blanks (which can be protected with double or single quotes or a backslash) or newlines, and executes the command (default is /bin/echo) one…
