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.