Where Can I Find Great Bash Script Collections to Improve My Skills?

0
1
Asked By CleverFox42 On

Hey everyone! I'm on the lookout for some solid collections or sources of Bash scripts to help enhance my scripting skills. Any suggestions?

6 Answers

Answered By CodingNomad On

For an interesting read, you might want to visit Shelldorado. It's a good site for various shell scripting resources: http://www.shelldorado.com/.

Answered By ShellScripter On

What you really need depends on how you want to sharpen your skills. I’ve built a lot of apps in Bash, and I find that using tools like Shellcheck helps a lot in spotting issues. You can check out my GitHub repo here: https://github.com/EraldyHq/kubee/tree/main/bin, and it should give you a good example. Also, LLM tools are a big help in figuring out tricky problems!

ScriptNewb -

I’ll have to look into Shellcheck! I use LLMs too, especially when I’m stuck, and it’s been super helpful.

Answered By ScriptingWhiz On

Greg's BashGuide is a fantastic resource as well. It covers a lot of ground and breaks down some tough concepts. You can find it over here: https://mywiki.wooledge.org/BashGuide.

Answered By BashGuru99 On

You should definitely check out the Pure Bash Bible! It has some really impressive examples and techniques that can really sharpen your skills. Here's the link: https://github.com/dylanaraps/pure-bash-bible.

ScriptSeeker77 -

String manipulation in Bash can be pretty complex! I totally agree, some of those techniques feel quite tricky to remember.

Answered By CodeCraftsman On

If you're looking for something really deep, you should look into ble.sh. The creator has spent over a decade developing it, and his notes in the /memo folder are really insightful! Here's the link: https://github.com/akinomyoga/ble.sh.

LearningLover -

Thanks for the link! I'll definitely check it out.

Answered By TechSavvySam On

The Advanced Bash Scripting Guide is my go-to. It's comprehensive and has a ton of examples. You can read it here: https://tldp.org/LDP/abs/html/.

BashExplorer -

Wow, that looks like a treasure trove of information! Thanks for the recommendation!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.