Skip to content
goofycoder edited this page Dec 12, 2013 · 3 revisions

How to print the environment variable?

$printenv

To print a specific environment variable

$echo $Env_Var_Name Example: $echo $PATH


Clone this wiki locally