Use Xargs várias vezes
Just use {} in xargs command as many times as required as following:
echo test | xargs -I {} echo {} {}
Armandres
Just use {} in xargs command as many times as required as following:
echo test | xargs -I {} echo {} {}