Bash: arguments

Access to parameters with variables $@ or $*. Both expands to the positional parameters, starting from one.