cheat/cheat/cheatsheets/export

6 lines
135 B
Plaintext

# Calling export with no arguments will show current shell attributes
export
# Create new environment variable
export VARNAME="value"