From: sn@plato.chemietechnik.uni-dortmund.de (sn) Subject: Re: TCSH -- no pwd? Date: 1 Sep 1993 15:21:04 GMT
johnr@nx24.mik.uky.edu (john s roberts) writes:
>I just installed the tcsh that was on a linux ftp site. Works great and
>incredibly easy to install! However, I don't have a pwd? When I type
>pwd, it tells me that it is a bad command.
>Any Ideas?
Sure - add this to your .tcshrc:
alias pwd echo \$PWD
-Sven