mirror of https://github.com/CrimsonTome/tldr.git
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}}