RosettaCodeData/Task/Environment-variables/00-TASK.txt
2023-07-01 13:44:08 -04:00

9 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>