Variables Local variables Available only to this shell process ~/src$ bld=/home/george/build ~/src$ cd $bld ~/build$ echo "Do all builds in $bld" Do all builds in /home/george/build ~/build$ /usr/bin/env | grep bld ~/build$