Environment Variables Next: Current Working Directory Previous: Process ID Information Up: System Utilities
| getenv (var) | Built-in Function |
Return the value of the environment variable var. For example
getenv ("PATH")
returns a string containing the value of your path. |
| putenv (var value) | Built-in Function |
| Set the value of the environment variable var to value. |