Answers for "use xargs multiple times"

0

use xargs multiple times

Just use {} in xargs command as many times as required as following:
echo test | xargs -I {} echo {} {}
Posted by: Guest on November-26-2020

Code answers related to "use xargs multiple times"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language