Search
Results
Shell Parameter Expansion (Bash Reference Manual)
[https://www.gnu.org/software/bash/manual/html_node/Shell-Parameter-Expansion.html] - - public:mzimmerm
Assigning default values and variable substitution in bash - Stack Overflow
[https://stackoverflow.com/questions/2013547/assigning-default-values-to-shell-variables-with-a-single-command-in-bash#2013589] - - public:mzimmerm
bash - What's the difference between $@ and $* - Unix & Linux Stack Exchange
[https://unix.stackexchange.com/questions/129072/whats-the-difference-between-and] - - public:mzimmerm
Short answer is to always use “$@“ (quoted)
