cd
also known as: change directory
cd — A command that moves you into a different folder.
Before you can work on a project in the terminal, you usually have to cd into its folder. It's the walking-around verb of the command line.
"cd into the project." "cd ~/Documents."