Revision [171]

This is an old revision of CommandShift made by DavidLee on 2008-05-31 17:40:12.

 

shift [n]


Shifts the positional parameters by 1 or n.
example:
$ set a b c d e
$ shift
$ echo $*
b c d e
$ shift 2
$ echo $*
d e




CommandsBuiltin

There are no comments on this page.
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki