13 lines
207 B
Markdown
Raw Normal View History

# 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}}`