xargs
Запустить команду с аргументами, взятыми из стандартного ввода
Тип файла: команда
Рус Toybox 0.8.4-android multicall binary: (see toybox --help)
usage: xargs [-0prt] [-snE STR] COMMAND...
Run command line one or more times, appending arguments from stdin.
If COMMAND exits with 255, don't launch another even if arguments remain.
-0 Each argument is NULL terminated, no whitespace or quote processing
-E Stop at line matching string
-n Max number of arguments per command
-o Open tty for COMMAND's stdin (default /dev/null)
-p Prompt for y/n from tty before running each command
-P Parallel processes (default 1)
-r Don't run with empty input (otherwise always run command once)
-s Size in bytes per command line
-t Trace, print command line to stderr[ ToyBox ] [ ManLinux ]