Monday, November 2, 2015

Bash to get input arguments via $* $@ $(@:n)



echo "input $1 $* $@ Arguments from 2nd ${@:2}"

No comments: