Cover V02, I01
Article
Listing 1
Listing 2
Listing 3
Listing 4

jan93.tar


Listing 1

setx() { x=`pwd`; export x; }
sety() { y=`pwd`; export y; }
setz() { z=`pwd`; export z; }
gox() { cd $x; pwd; }
goy() { cd $y; pwd; }
goz() { cd $z; pwd; }