Revision [1023]

Last edited on 2009-11-25 13:59:25 by DavidLee
Additions:
====Examples====
Example
Result
Example
Result
Example
Result
[[Commands]]
Deletions:
example:
result
example
result
example
result


Revision [749]

Edited on 2009-09-16 07:51:43 by DavidLee
Deletions:
[[CommandsBuiltin]]


Revision [648]

Edited on 2009-07-26 18:17:00 by DavidLee
Additions:
set a b c d e
shift
echo $*
%%
result
example
shift 2
echo $*
result
example
a=(1 2 3 foo bar spam)
shift a 2
echo $a
result
3 foo bar spam
Deletions:
Shifts the positional parameters by 1 or n.
$ set a b c d e
$ shift
$ echo $*
$ shift 2
$ echo $*


Revision [647]

Edited on 2009-07-26 18:15:57 by DavidLee
Additions:
**shift** Shifts positional arguments or sequence variables
shift [n]
shift variable [n]
Deletions:
Shifts positional arguments or sequence variables
**shift** copies files
cp [options] file [file ...] target
**Options**
======shift [n]======


Revision [646]

Edited on 2009-07-26 18:13:18 by DavidLee
Additions:
====Command shift====
Deletions:
====Command shift=====


Revision [645]

Edited on 2009-07-26 18:13:09 by DavidLee
Additions:
====Command shift=====
Shifts positional arguments or sequence variables
====Name====
**shift** copies files
====Synopsis====
cp [options] file [file ...] target
**Options**


Revision [343]

Edited on 2009-01-03 06:45:55 by DavidLee
Additions:
[[CategoryCommands]]


Revision [172]

Edited on 2008-05-31 17:40:32 by DavidLee
Additions:
----
Deletions:
---


Revision [171]

Edited on 2008-05-31 17:40:12 by DavidLee

No Differences

Revision [170]

The oldest known version of this page was created on 2008-05-31 17:39:56 by DavidLee
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki