> What is the bash command to display all of your current shell variables?

What is the bash command to display all of your current shell variables?

Posted at: 2014-12-18 
env

Display, set, or remove environment variables, Run a command in a modified environment.

Syntax

env [OPTION]... [NAME=VALUE]... [COMMAND [ARGS]...]

If no command name is specified following the environment specifications, the resulting environment is printed. This is like specifying a command name of `printenv'.