How to display all the Environment Variables in Windows and Unix?
March 12th, 2010
No comments

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.
Categories: How To, Tips and Tricks Commands, Environment Variables, How To, Tips and Tricks, Tutorial, Unix, Windows
Vijay For Victory

Recent Comments