logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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