mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-31 03:41:48 +00:00
18 lines
300 B
Plaintext
18 lines
300 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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}}`
|