Hey everyone! I'm a student diving into sysadmin tasks and I've heard that Bash scripting is crucial for this journey. However, I'm a total noob when it comes to Linux and I'm not sure where to start learning. Could anyone share some tips or resources that might help me get started? I appreciate any advice, and sorry if my English isn't perfect!
2 Answers
Check out the BashGuide! It's a solid resource for beginners and covers the basics in a straightforward way. You can find it at mywiki.wooledge.org/BashGuide.
The Advanced Bash Scripting Guide is also a fantastic resource. It's a mix of reference and tutorial, and I've found it really helpful when I need to brush up on things. You can find it at tldp.org/LDP/abs/html/.
Absolutely! That guide really helped me get through my initial learning phase.