Some collected miscellaneous in bash
* Shell expansions order
[https://www.gnu.org/software/bash/manual/html_node/Shell-Expansions.html#Shell-Expansions]
: Brace Expansion, Tilde Expansion, Shell Parameter Expansion, Command
Substitution, Arithmetic Expansion, Process Substitution, Word Splitting,
Filename Expansion, Quote Removal.
* List operators precedence
[https://www.gnu.org/software/bash/manual/html_