Files
2025-08-23 17:56:58 +03:00

238 B

shift

Move positional parameters. More information: https://www.gnu.org/software/bash/manual/bash.html#index-shift.

  • Remove the first positional parameter:

shift

  • Remove the first n positional parameters:

shift {{n}}