this post was submitted on 27 Dec 2024
15 points (94.1% liked)
Linux Upskill Challenge
667 readers
1 users here now
Daily lessons, support and discussion for those following the month-long "Linux Upskill Challenge" course material. Aimed at those who aspire to get Linux-related jobs in industry - junior Linux sysadmin, devops-related work and similar.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Nice article!
Here's another on how to make your bash scripts more robust: https://www.davidpashley.com/articles/writing-robust-shell-scripts/
Getting into the habit of starting my scripts with
set -ue
has saved me a lot of time