How do I change my pwd to the real path of a symlinked directory? January 18, 2023 by Tarik Just use -P (physical) flag: pwd -P cd -P ..