macOS / binaries /

xargs

/usr/bin/xargs
Construct argument list(s) and execute utility

The xargs utility reads space, tab, newline and end-of-file delimited strings from the standard input and executes utility with the strings as arguments.

source: man