pwd
Print the full filename of the current working directory.

pwd -P
-P, –physical, Avoid all symlinks when printing the full filename of current directory.
If no option is specified with pwd, then -P is assumed.
pwd -L
-L, –logical, Use PWD from environment, even if it contains symlinks.