logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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