10 lines
257 B
Text
10 lines
257 B
Text
|
|
;Task:
|
||
|
|
Show how to get one of your process's [[wp:Environment variable|environment variables]].
|
||
|
|
|
||
|
|
The available variables vary by system; some of the common ones available on Unix include:
|
||
|
|
:::* PATH
|
||
|
|
:::* HOME
|
||
|
|
:::* USER
|
||
|
|
<br><br>
|
||
|
|
|