Viewing environment variables with set command
‘set’ command can be used to view values of environment variables.
Please be aware that this command will list all of the environment variables that are configured in that system.
Environment variables can be filtered using ‘grep’ command to only show specific ones. ‘grep’ command will filter the output and will only display those lines that match grep’s condition.
Comments
Post a Comment