xargs
A program called xargs can be used to execute a program multiple times. It reads the standard input and converts it into arguments for another program. [Petr Stříbný, “Command Line Handbook”]
一个名为xargs的程序可以用于多次执行一个程序。它读取标准输入并将其转换为另一个程序的参数。[Petr Stříbný, “Command Line Handbook”]
reference
-#document xargs(1) - Linux manual page