shift Command Examples
Move positional parameters. More information: https://manned.org/shift.1posix.
- Remove the first positional parameter:
shift
- Remove the first
n
positional parameters:
shift {{n}}
Move positional parameters. More information: https://manned.org/shift.1posix.
shift
n
positional parameters:shift {{n}}