I would like to find out my environment variables in bash. Are they stored somewhere?
相关问题
- How to get the return code of a shell script in lu
- Is shmid returned by shmget() unique across proces
- Why doesn't php sleep work in the windows-subs
- how to get running process information in java?
- JQ: Select when attribute value exists in a bash a
I am not sure if thats what you want, but try
printenv
This will show you all your environment variables.
About where they are stored
Linux: where are environment variables stored?
How to set Shell Environment Variables
http://www.codecoffee.com/tipsforlinux/articles/030.html
Happy reading :-)
Type
export
without any parameters.Or set:
Just execute
env
in a terminal.Example output: