
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$
Copyright 2005, Bri Hatch of Onsight, Inc.
Presented at LFNW - LinuxFest Northwest, Bellingham, Washington, Apr 2005
Presentation created using vim and MagicPoint.