Allgemein

Bash Positional Parameters

Bash Positional Parameters

Positional parameters are Bash variables that hold arguments passed to a script or function. Learn how to use $1, $2, $@, $#, and the shift command in Bash.