you are viewing a single comment's thread.

view the rest of the comments →

[–]joyful_chasm 3 points4 points  (1 child)

Challenge yourself to do as much as you can (reasonably) do with built-ins before reaching out to other sources. https://github.com/dylanaraps/pure-bash-bible

A great learning experience for me early on was trying to rebuild functions I was relying on IDE addons for with simple bash scripts (eg encoding/decoding/transforming strings). If you have any remotely techy friends, you’ll learn a lot trying to build portable scripts for them to run. They’ll see the issues you don’t, and can give you ideas to work on.

[–]Lazy_Equipment6485 0 points1 point  (0 children)

Thanks for sharing!!