Environment Variables
Setting an environment variable
VAR=/home/fred/doc
export TERM=ansi
SYSTEMNAME=`uname -n`
Using Env Variables
echo $VAR
cd $VAR
cd $HOME (same as cd)
echo "You are running on $SYSTEMNAME"
Previous slide
Next slide
Back to the index
View Graphic Version
Notes:
No notes for slide 23