I'm curious if there are any fun, gamified tools or resources similar to Vim Adventures that can help me learn Bash. I've heard the saying that you need to use the tools to really learn them, and while I find man pages useful, I'm looking for something more engaging—like a game! It might sound a bit silly, but I think a game would help me grasp Bash concepts better than just reading through text. I totally get that this might be a beginner question, and I appreciate your patience. Thanks for any suggestions!
2 Answers
If you want something gamified, you should check out OverTheWire's Bandit. It's a great way to practice your skills in a fun way! Also, there's some neat exercises on devops-daily.com that might help you out.
Hey there! Definitely give ShellCheck a shot. It’s super helpful for learning Bash and pointing out mistakes in your scripts. Also, get to know mapfiles; they can really level up your scripting skills!
Alright, thanks man!
Thanks man!