Tell us what’s happening:
It shows you where that file is. Using the same command, find where the styles.css file is.
-
Use the “find” command with the “name” flag and the filename
-
The name flag is: -name
-
You previously used find -name index.html
-
Enter find -name style.css in the terminal
-
Make sure you are in the website folder first
-
Enter cd /workspace/project/website to get to the website folder if you aren’t there
-
If you used the reset button, you may need to enter the above command to get to
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/120.0.0.0 YaBrowser/24.1.0.0 Safari/537.36
Challenge Information:
Learn Bash by Building a Boilerplate - Build a Boilerplate