Answers for "xargs use arg multiple times"

0

xargs use arg 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 "Shell/Bash"

Browse Popular Code Answers by Language