mirror of
https://github.com/LeCoupa/awesome-cheatsheets.git
synced 2026-01-24 04:08:02 -08:00
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
26 KiB
26 KiB