xargs multiple parameters code example
Example: xargs use arg multiple times
Just use {} in xargs command as many times as required as following:
echo test | xargs -I {} echo {} {}
Just use {} in xargs command as many times as required as following:
echo test | xargs -I {} echo {} {}