cheat-fork-echo/cheat/cheatsheets/export

5 lines
135 B
Text

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