A Month With Bash — Part 3: Building Projects

After all the expansions and syntax, I moved on to regex in bash. It wasn't too hard since I'd already worked with regex in Python, but alongside it I learned grep, sed, and awk — tools that turned out to be extremely useful for automation.

I built a few mini projects and started automating some of my small day-to-day tasks. I won't go too deep into that here, but you can check out my learning-bash GitHub repo, which has all my learning scripts.

From there I covered conditionals, loops, and repetitive tasks.

Finally