SiegeX 1251968675 learn to shift positional parameters to the left, simply use 'shift'. To shift to the right, use: set "${@:0:$#}" SiegeX 1251969213 forget SiegeX 1251969223 learn to shift positional parameters to the left, simply use 'shift'. To shift to the right, use: set -- "${@:1:$#-1}"