Building Five Programs - five.sh

Tell us what’s happening:

CodeRoad doesn’t recognize my newly created five.sh file so I can’t go forward, the file is created in the project folder, can be seen w/ ls command, I’ve tried Reset multiple times, closed VScode and reopened, nothing !

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36

Challenge Information:

Learn Bash Scripting by Building Five Programs - Build Five Programs

Did you try to delete the file and then use touch again?

you can also try to reset and then open a new terminal

yes, u can see it in the screenshot!

I did it, nothing…should I uninstall/reinstall CodeRoad?

Is any message getting shown when you click Run? (Try to click it after the last command is touch)

It says “Test Runner Failed”

I’m not sure what can be done at this point to recover the environment.
Luckily this is the last step (to create five.sh) so it just asks you to add code to run the other scripts in order and that’s pretty much it.
I would move on to the next tutorial.

Edit: other than running the other 4 programs from five.sh, the last thing introduced is the ‘type’ command. You can google for more info on that but it is not used again in the other rdb projects.

1 Like

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