Which of the following commands shows all environment and shell variables?
env prints the environment variables available to the current process. It is the standard command among the listed choices for displaying the environment.
env
Community Discussion