Loading…
cdcd stands for Change Directory. It moves you into another folder.
cd folder_name — go into a foldercd .. — go up one level (parent folder)cd ~ — go to your home directorycd / — go to the root of the file systemYou need to do three things:
myproject (you learned how in the last exercise!)cd commandWhen you're done, your terminal output should include the word myproject.
Loading terminal engine...
This may take a moment on first load