mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-21 22:02:09 +02:00
207 B
207 B
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}}