export
Export shell variables to child processes. More information: <https://manned.org/export.1posix>.
Install
- All systems
-
curl cmd.cat/export.sh
- Debian
-
apt-get install execline - Ubuntu
-
apt-get install execline -
Alpine
-
apk add execline - Kali Linux
-
apt-get install execline - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install execline - Docker
-
docker run cmd.cat/export exportpowered by Commando
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
© tl;dr; authors and contributors