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 update
sudo apt-get install execline
- Dockerfile
- dockerfile.run/export
- Docker
-
docker run cmd.cat/export export
powered 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