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
npositional parameters:
shift {{n}}
