1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/shift.md
Lena 6fd816e36e
pages/*: use lowercase n for integer placeholders (#16033)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2025-03-27 21:23:12 +05:30

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