https://stackoverflow.com/a/51584237/9122512
xargs
reads lines of text from the STDIN or from the pipelined outputs of another command and turns them into multiple commands and executes them.
xargs
usually go with find
command.
xargs [options] [command [initial-arguments]]