Typo in Lesson 10 in Learn Bash Scripting by Building Five Programs
See original GitHub issueAffected page
In lesson 10 of Learn Bash Scripting by Building Five Programs, the directions tell you to use this command: chmod +x questionnnaire.sh
.
But the command has added an extra n
in questionnaire.
The correct command should be chmod +x questionnaire.sh
Screenshots
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
learn-bash-scripting-by-building-five-programs/TUTORIAL.md
You can run commands in the terminal or put them in a file to be run as a script. You will be making...
Read more >Learn Bash Scripting by Building Five Programs
Hello, I reset the tutorial it was still not working and I went to CodeAlly dashboard and deleted the container. It is working...
Read more >Learning how to write bash scripts with freeCodeCamp's new ...
freeCodeCamp just released a new alpha for their upcoming relational database and SQL course. I decided to try it out.
Read more >Bash Scripting Full Course 3 Hours - YouTube
Or join our Linux Hint Community with access to all our courses and a ... In this FREE Bash Scripting Course, you will...
Read more >Learn Bash Scripting by Building Five Programs - DataKwery
In this 220-lesson course, you will learn more terminal commands and how to use them within Bash scripts by creating five small programs.Read...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I see this has been solved multiple times but I’m going to add to that as I complete my first contribution. Great documentation by the way! Super easy to setup my local environment!
Mentioned PR.