current directory as part of the csh prompt

I would like my csh prompt to behave like the linux csh prompt setting done by linux command (set prompt="%n@%m %c]$ ")
how do I do that?
What I'm trying to do is that I would like to see what directory I'm in by looking at the prompt.
I've figured out that %n is like $user, and %m is like `uname -n`, but I have no glue about what is the equivalence of %c in unix csh so that the prompt changes everytime i change a directory.

Please help

See this thread and try searching this site first. Many questions have already been answered.

Try this one ...

http://www.unix.com/showthread.php?threadid=6977

Thanks,
:wink:

try out $cwd. that should work.

aaditya