Bash params

Back

echo "Number of arguments $#"
echo "All arguments $@"
echo "Argument 1 $1"
echo "Argument 2 $2"