Previous directory
cd - # previous directory
If you delete a folder from a different terminal session and subsequently recreate a new folder with the same name, using
cd . allows you to navigate into the newly created folder without changing your current directory. (refresh)cd .
cd tools
Navigating around in your shell
Different methods and hacks for navigating around in your shell
https://blog.meain.io/2023/navigating-around-in-shell

Seonglae Cho