![]() | Recommended: Click Here to Update All of Your PCs Outdated Drivers |
How do I set an environment variable?
The process of setting an environment variable differs between Unix shells.
Setting an Evironment Variable in the Bourne Shell
FAQ=TechFAQ export FAQ
Setting an Evironment Variable in the C and TCSH Shells
setenv FAQ=TechFAQ
Setting an Evironment Variable in the Korn and Bash Shells
export FAQ=TechFAQ
|
Bookmark How do I set an environment variable?



