Linux command to run a utility
xargs -L 3 bash -c 'echo $0 $1'
Only single quotes work!!
## Group data then run utility
>>> echo '
Jesus
Christ
0
Tom
Brady
1977' | xargs -L 3 bash -c 'echo $0 $1'
Jesus Christ
Tom Brady
xargs -I {} -P 5 sh -c 'echo {} $(brew info {} | grep Required)'
>>> brew list -1 --formula | xargs -I {} -P 5 sh -c 'echo {} $(brew info {} | grep Required)'
ca-certificates
bat
dust
coreutils Required: gmp
fd -t f -0 | xargs -0 mv -t /tmp/