@
randal 我的 xargs 没有 -I 参数,有什么可以替代的吗?
root@OpenWrt:~# xargs --help
BusyBox v1.22.1 (2014-08-04 22:39:32 CEST) multi-call binary.
Usage: xargs [OPTIONS] [PROG ARGS]
Run PROG on every item given by stdin
-p Ask user whether to run each command
-r Don't run command if input is empty
-0 Input is separated by NUL characters
-t Print the command on stderr before execution
-e[STR] STR stops input processing
-n N Pass no more than N args to PROG
-s N Pass command line of no more than N bytes
-x Exit if size is exceeded