Find

XARGS(1) - General Commands Manual

Execvp, Find, Echo, Xargs

XARGS(1) - General Commands Manual # XARGS(1) - General Commands Manual NAME # xargs - construct argument list(s) and execute utility SYNOPSIS # xargs [-0oprt] [-E eofstr] [-I replstr [-R replacements]] [-J replstr] [-L number] [-n number [-x]] [-P maxprocs] [-s size] [utility [argument …]] DESCRIPTION # The xargs utility reads space, tab, newline, and end-of-file delimited strings from the standard input and executes the specified utility with the strings as arguments. ...