Hi My projects asked me to “Change directories to the bicycle-world-ii/ directory.” and this is what I did, and it does not seem to be working. Could anybody please help? Thanks!
Check out the hint on Step 1. It will show you how to use cd to get back to that directory.
btw, some useful commands:
pwd will show you where you are, i.e. your current directory
ls will list directories and files in your current directory
You can cd to a directory with the tab key to autocomplete a directory name.
2 Likes
Thank you for your help, my program is now working!
2 Likes