Learn Bash by Building a Boilerplate - Build a Boilerplate

Tell us what’s happening:

Hello.
I am not able to run the command, I use all the hint but didn’t work.
The output tells you where the folder you are in is located. You are in the project folder, which is in the workspace folder. Type ls into the terminal to see what’s in this folder. ls stands for “list”.

  1. Type ls into the terminal and press enter

  2. Make sure you are in the project folder when you enter the command
    camper: /project$ cd /workspace/project
    camper: /project$ is
    bash: is: command not found
    camper: /proj

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/131.0.0.0 Safari/537.36

Challenge Information:

Learn Bash by Building a Boilerplate - Build a Boilerplate

why are you using is instead of ls?