this post was submitted on 27 Dec 2024
14 points (93.8% liked)
Linux Upskill Challenge
962 readers
11 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 2 years 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