pwd
pwd is print working directory.
pwd
# /home/maladroitthief/
Related
The environment variables $PWD and $OLDPWD can be used to reference the
current and previous working directory of the current session.
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.