The printenv command in Unix and Linux operating systems displays the values of environment variables. Review all the details about which command prints partial or full environment variables through the links we have compiled below and send us your feedback via our contact page.
The 'env' command is used to print out environmental variables of the current shell. The 'env' command will also run a program in a modified environment.
Site:
https://www.computerhope.com/unix/env.htm
env - run a program in a modified environment, or print out the current environment.
Site:
https://www.gnu.org/software/bash/manual/html_node/The-env-Builtin.html
The env command is a shell builtin that can be used to print or modify the environment variables of the current shell. ... env also allows you to specify new environment variables to be added to the current shell environment.
Site:
https://www.linode.com/docs/guides/the-linux-env-command/