Next: Shell scripts
Up: Working with the shell
Previous: Working with the shell
- To set an environment variable in tcsh:
>setenv DISPLAY remotemachine:0.0
- To set an environment variable in bash:
>export DISPLAY=remotemachine:0.0
- To append to an environment variable in tcsh:
>setenv MANPATH ${MANPATH}:$HOME/man
Chris Paciorek
2006-04-02