How to Slice an Array in Bash [10 Simple Methods] LinuxSimply - [https://linuxsimply.com/bash-scripting-tutorial/array/array-operations/array-slice/] - 2025-05-15 22:48:34 - public:mzimmerm array, bash, expand, slice, variable - 5 | id:1520392 -
Shell Parameter Expansion (Bash Reference Manual) [https://www.gnu.org/software/bash/manual/html_node/Shell-Parameter-Expansion.html] - 2025-05-06 11:25:44 - public:mzimmerm bash, variable, parameter, expand - 4 | id:1520301 -
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] - 2024-01-19 17:13:41 - public:mzimmerm bash, expand, parameter, variable - 4 | id:1489336 -
bash - What's the difference between $@ and $* - Unix & Linux Stack Exchange [https://unix.stackexchange.com/questions/129072/whats-the-difference-between-and] - 2021-08-23 10:56:36 - public:mzimmerm expand, parameter, shell, bash - 4 | id:767902 - Short answer is to always use “$@“ (quoted)