export

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

Install

All systems
curl cmd.cat/export.sh
Debian Debian
apt-get install execline
Ubuntu
apt-get install execline
Alpine
apk add execline
image/svg+xml Kali Linux
apt-get install execline
Windows (WSL2)
sudo apt-get update sudo apt-get install execline
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