cheat sheets.

$ cheat environment_variables
to set a shell environment variable, type the following at the prompt:
VARAIBLE_NAME=value

example setting and getting a variable:
>DATE_FORMAT=DMY
>echo $DATE_FORMAT

note, this variable will only be available to the given instance of the shell. 
It will not be available on a system reboot or to other instances of the shell.
Version 2, updated 575 days ago.
. o 0 ( | previous | history | revert to | current | diff )
( add new | see all )