Files
tldr/pages/common/shift.md
T
2025-03-27 21:23:12 +05:30

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