On Mon, Feb 11, 2002 at 10:35:12AM +0800, Anthony J. Breeds-Taurima wrote: > ~$ cat ~/bin/ccd > cd ~/src/$1 > ~$ alias CCD='. ~/bin/ccd' > ~$ CCD perl > ~/src/perl$ CCD c Yes, this works, case statement and all. What sort of pollution might leak back to the shell if it gets more complex - changed environment variables? Colin