pwd

pwd is print working directory.

pwd
# /home/maladroitthief/

The environment variables $PWD and $OLDPWD can be used to reference the current and previous working directory of the current session.

References