Variáveis de ambiente Linux View
printenv
Impossible Iguana
printenv
printenv
printenv | less
printenv | more
# syntax
# setenv SHELL *<filepath-of-file-containing-environment-settings>
# example
setenv SHELL /usr/bin/bash
$ printenv - prints a list of all environment variables, one
$ printenv HOME - to display the value of the HOME environment variable you would run