From: cheon@cs.iastate.edu (Yoonsik Cheon) Subject: Re: 'pwd' in tcsh and csh Date: Wed, 10 Mar 1993 04:33:16 GMT
In <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
Put the following line in ur .tcshr or .cshrc file.....
alias pwd 'echo "$cwd"'
Yoonsik