From: lioness@maple.circa.ufl.edu Subject: Re: 'pwd' in tcsh and csh Date: 10 Mar 1993 04:21:14 GMT
In article <1993Mar9.213443.1019@organpipe.uug.arizona.edu>, kkc@stat.nursing.arizona.edu (Kee Chua) writes:
|>
|>Hi people,
|> I noticed that when I used 'sh' shell, I have 'pwd' working. But when I
|>switched to 'tcsh' or 'csh', I can't do a 'pwd'. What's wrong? If 'pwd' is
|>embedded in the shell and if tcsh and csh doesn't have it, where can I get
|>one?
|>
|>Thanks in advance,
|>Kee Chua
I noticed that too. I had to do an alias of:
alias pwd 'PWD'
or something like that.
Brian