Hacker News new | ask | show | jobs
by ewokone 1005 days ago
I really liked that article! I've coming to bash this year and in my company we make things work the same way (principle). Chatgpt was a great helper and instructor to me learning bash and brought me up to Speed in no time. After my first weeks I was writing bash scripts that I thought was not possible to do in a shell which wants me to 'feel home' when I open a shell - that resonated with me in that post a lot.

I would be happy to find more bash script(er)s out there, to find inspiration and solutions for problems that increase my horizon of what's possible.

Kudos to OP!

2 comments

Check out Greg's wiki - it's a fantastic resource for BASH knowledge.

https://mywiki.wooledge.org/BashFAQ

Also, always validate your scripts using shellcheck (https://www.shellcheck.net/)

Thanks mate!