Learn Bash by Building a Boilerplate - Build a Boilerplate

Tell us what’s happening:

I accidentally typed cd and now I am in the gitpod directory. How do I get back to the freecodecamp or home directory?

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36

Challenge Information:

Learn Bash by Building a Boilerplate - Build a Boilerplate

Welcome to the forum @pujan.harsha

Use ls to list the currently available directories.
Then use cd before the directory name to call that directory.

Happy coding

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.