Directory Stack - BASH
Ref: Stack Exchange
Directory / Folder Stack
Push directory
pushd <directory>
Pop and change to the directory
popd
List directory stack
dirs [-v]
Ref: Stack Exchange
Directory / Folder Stack
pushd <directory>
popd
dirs [-v]