bash-positional-parameters

Status: IN

Bash script positional parameters: $1-$9 (arguments), $0 (script name), $# (argument count), "$@" (all args preserving word boundaries). shift removes first parameter.

Source: repo:entries/2026/03/04/script-inputs.md

JSON