If I do pwd I notice it uses whatever symlinks I used to get into the current directory. Can I get it to tell me the "real" directory I'm in ... i.e. the path from the root to my current directory without the use of any symlinks?
|
|
|||
|
|
|
According to the POSIX manpage for
Thus
should be what you need. |
|||
|
|
|
The pwd shell built-in uses the path the shell keeps track of when you
As Steven D pointed out, |
|||||
|