13 lines
207 B
Markdown
13 lines
207 B
Markdown
|
|
# shift
|
||
|
|
|
||
|
|
> Move positional parameters.
|
||
|
|
> More information: <https://manned.org/shift.1posix>.
|
||
|
|
|
||
|
|
- Remove the first positional parameter:
|
||
|
|
|
||
|
|
`shift`
|
||
|
|
|
||
|
|
- Remove the first `N` positional parameters:
|
||
|
|
|
||
|
|
`shift {{N}}`
|