mirror of
https://github.com/namibia/awesome-cheatsheets.git
synced 2025-02-02 12:08:25 +00:00
acb515c171
typeset -l <x> # makes variable local - <x> must be an interger declare -l # uppercase values in the variable are converted to lowercase declare -A # makes it an associative array