$EPIC: shift_command.txt,v 1.2 2007/03/02 02:32:04 jnelson Exp $
shift <variable name>
The shift command calls the shift function and throws away the return value.
The command takes a variable name, and removes the first word from it and assigns the result back to the variable.