below is the compilation on how to set environment variables for different shells
sh, ash, bsh, ksh, zsh, bash & bash2:
to set use - export TEST=test123
to unset use - unset TEST
csh, zsh & tcsh:
to set use - setenv TEST test123
to unset use - unsetenv TEST
is there any other shell out there?
No comments:
Post a Comment