Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

Export Variables - Set Shell Variables | Online Free DevTools by Hexmos

Set shell variables instantly with Export Variables. Easily manage environment variables for child processes on Linux, macOS, and Unix systems. Free online tool, no registration required.

export

Export shell variables to child processes. More information: https://manned.org/export.1posix.

  • Set an environment variable:

export {{VARIABLE}}={{value}}

  • Append a pathname to the environment variable PATH:

export PATH=$PATH:{{path/to/append}}

See Also