Current pwd:
C:
I created a sample symlink say:
mklink /j C:\a C:\b\c
Thereafter after i navigate using the symlink:
cd a
If I execute the 'pwd' command, I see the path as C:\a Is there a way so that I can see the actual path C:\b\c?
Alternatively please point me to the thread if this question has been already answered. I could not locate any relevant answers. Thanks.
pwd; I will get the absolute path and not the path referenced by the symlink. I am looking for similar answer on Windows. I hope I am clear now. Thanks. – Coder Jan 17 '14 at 14:51