Revision [646]

This is an old revision of CommandShift made by DavidLee on 2009-07-26 18:13:18.

 

Command shift


Shifts positional arguments or sequence variables

Name

shift copies files


Synopsis

cp [options] file [file ...] target

Options



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
CategoryCommands

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