logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Shift Command - Move Positional Parameters | Online Free DevTools by Hexmos

Move positional parameters with Shift Command. Streamline script execution and manipulate command-line arguments efficiently. Free online tool, no registration required.

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

See Also