I'm trying to get started with Bash scripting and I'm looking for some great free resources. What would you recommend to help me learn the ins and outs of it?
2 Answers
One really solid resource is the Advanced Bash-Scripting Guide on TLDP. It's comprehensive and covers a lot of the key concepts you'll need. Check it out: tldp.org/LDP/abs/html/!
Yeah, I agree! That guide is excellent for getting a solid foundation. Plus, it’s great for troubleshooting later.
Honestly, the best way to learn Bash is to have a specific project in mind. When you need to solve a particular problem, you'll dig deeper and learn faster. It makes the whole process way more engaging.
I took a look at that guide and it’s pretty in-depth! Just be ready that the website isn’t the most modern looking, but the content is gold.