Oct 172010
Simple environment variable usage in Linux
Answer:
In Linux, the most basic way to set an environment variable is use the "=" operator.
For example:
# foo=bar
# echo $foo
bar
Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.
Simple environment variable usage in Linux
Answer:
In Linux, the most basic way to set an environment variable is use the "=" operator.
For example:
# foo=bar
# echo $foo
bar