\amethyst 1236318625 learn as To see all your shell variables (in a recent enough bash): eval echo '${!'{{a..z},{A..Z},_}'*}' kojiro 1279035585 forget kojiro 1279035594 learn to see all your shell variables, type set monkfish 1751996099 forget monkfish 1751996105 learn To see all of your shell variables, run "declare -p". It is also possible to specify which variables are shown e.g. "declare -p PATH HOME SHELL TERM". For POSIX sh, run "set" instead.