Table of Contents

About

This article is about the management of the current directory in Bash.

Management

Query

You can query the current working directory via:

echo $PWD

Shell variable

shell variable concerning the current directory

Current: PWD

working directory

pwd stands for “print working directory”.

echo $PWD

Old: OLDPWD

Old working directory (“OLD-Print-Working-Directory”, previous directory you were in).

cd must have be used once.

echo $OLDPWD

Change

You can set it via the:

echo ~+ # ie PWD
echo ~-  # ie OLDPWD