Example 1
echo argument1 argument2 argument3 | xargs -l bash -c 'echo this is first:$0 second:$1 third:$2' | xargs
Output
this is first:argument1 second:argument2 third:argument3
Ссылки http://stackoverflow.com/questions/3770432/xargs-with-multiple-arguments