View on GitHub

til

Today I learned ...

Magic Variables in Bash

Note: Always quote variables to avoid word-splitting (except when using [[ for tests). Run shellcheck to make sure.