somecommand 4 # run index 4 from the command table somecommand 4-6 # run indices 4,5,6 from the command table somecommand 5- # run indices 5,6,7,8,9,10 from the command table somecommand -2 # run indices 0,1,2 from the command table