In a message dated Wed, 22 Dec 2004, Trey Harris writes: > 1. setting PATH to include .: > setenv PATH $PATH:.
Sorry, that should have been setenv PATH ${PATH}:. Sorry, tcsh isn't my primary shell and I confuse the syntax sometimes. (In bash, zsh, or other Bourne-compatible shells, the syntax would be export PATH=$PATH:. .) Trey