Skip to content

bash xargs

whyname edited this page Jul 6, 2016 · 1 revision

Dividing line different parameters into the bash command

echo parameter-1 parameter-2 | xargs -l bash -c 'echo $0 $1'
Clone this wiki locally