2025-03-14 21:59:59 -06:00
|
|
|
# shift
|
|
|
|
|
|
|
|
|
|
> Move positional parameters.
|
|
|
|
|
> More information: <https://manned.org/shift.1posix>.
|
|
|
|
|
|
|
|
|
|
- Remove the first positional parameter:
|
|
|
|
|
|
|
|
|
|
`shift`
|
|
|
|
|
|
2025-04-03 20:36:56 -06:00
|
|
|
- Remove the first `n` positional parameters:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2025-04-03 20:36:56 -06:00
|
|
|
`shift {{n}}`
|