pwd -L

Category: Navigation & Directory

pwd -L

Print logical path (resolves symlinks using $PWD env var)

Shows your current location using the logical (shortcut) path. Symlinks are special 'aliases' that point to real folders; -L keeps those aliases as-is instead of revealing the real location.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.