In linux, issue command to get the list of all the current process' (i.e. the bash shell's) environment variables.
Answer
env
^^ or printenv
Question
In linux, issue command to get the list of all the current process' (i.e. the bash shell's) environment variables.
Answer
?
Question
In linux, issue command to get the list of all the current process' (i.e. the bash shell's) environment variables.
Answer
env
^^ or printenv
If you want to change selection, open document below and click on "Move attachment"
9. Processes, Environment Variables nment with environment variables. To get a complete list of these variables, just type: set This command is useful for finding the value of an environment variable whose name you are unsure of: <span>set | grep <regexp> Try set | grep PATH to see the PATH environment variable discussed previously. The purpose of an environment is just to have an alternative way of passing paramete
Summary
status
not learned
measured difficulty
37% [default]
last interval [days]
repetition number in this series
0
memorised on
scheduled repetition
scheduled repetition interval
last repetition or drill
Details
No repetitions
Discussion
Do you want to join discussion? Click here to log in or create user.