How to display all the Environment Variables in Windows and Unix?

Environment variables are a set of dynamic named values that can affect the way running processes will behave on a computer.
This is a quick tip to display all the environment variables defined in the computer.
Windows: Open command prompt (DOS Prompt) and just type set to display all the variables
Unix: Type env to display all the environment variables in the console.
Vijay For Victory


Recent Comments