Skip to content

Instantly share code, notes, and snippets.

@DerekChia
Last active December 26, 2021 07:35
Show Gist options
  • Save DerekChia/bf61b1d8b9f529d99823391c95af1f39 to your computer and use it in GitHub Desktop.
Save DerekChia/bf61b1d8b9f529d99823391c95af1f39 to your computer and use it in GitHub Desktop.
$ SAMPLE_SHELL_VAR=shell-var
$ echo $SAMPLE_SHELL_VAR
shell-var
$ set | grep 'SAMPLE_SHELL_VAR'
SAMPLE_SHELL_VAR=shell-var
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment