Daily Shaarli

All links of one day in a single page.

June 28, 2020

How to use the xargs argument twice in the command on Linux?

xargs passes the argument once to the utility command specified. For example, xargs cat will cat every line passed to xargs. But how to use the xargs argument twice in the command on Linux?