RosettaCodeData/Task/Environment-variables/00-TASK.txt

10 lines
257 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
;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>