News

Try this snippet to see what I'm talking about: echo "arg1 = $1" ; shift ; echo "now arg1 = $1" The variable $0 is a special one in this sequence. It's the name of the script or program invoked. This ...