Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

xargs use arg multiple times

Just use {} in xargs command as many times as required as following:
echo test | xargs -I {} echo {} {}
 
PREVIOUS NEXT
Tagged: #xargs #arg #multiple #times
ADD COMMENT
Topic
Name
9+9 =