UNIX supports a wide variety of directory-navigation tools. Two good tools are pushd and popd.
You’re certainly aware that the cd command changes your current directory. What happens if you have several directories to navigate, but you want to be able to quickly return to a location? The pushd …