, case $1 in , 1*) , echo the argument passed the number 1 , ;; , 2*) , echo the argument passed the number 2 , ;; , 3*) , echo the argument passed the number 3 , ;; , , esac ,