cheat-fork-echo/cheat/cheatsheets/export

6 lines
189 B
Plaintext
Raw Normal View History

# Export makes a variable something that will be included in child process environments
export VARNAME="value"
# Calling export with no arguments will show current shell attributes
export