I still have to look up the exact syntax of ifs and whiles.
I've coded in bash for a while
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
I still have to look up the exact syntax of ifs and whiles.
I've coded in bash for a while
No, Makefile syntax is more extreme.
Sure, but bash is more relatable, I think
I’ve switched to nutshell imo. Bash is in need of a replacement
When I was finishing of my degree at Uni I actually spent a couple of months as an auxiliary teacher giving professional training in Unix, which included teaching people shell script.
Nowadays (granted, almost 3 decades later), I remember almost nothing of shell scripting, even though I've stayed on the Technical Career Track doing mostly Programming since.
So that joke is very much me irl.
Ever since I switched to Fish Shell, I've had no issues remembering anything. Ported my entire catalogue of custom scripts over to fish and everything became much cleaner. More legible, and less code to accomplish the same things. Easier argument parsing, control structures, everything. Much less error prone IMO.
Highly recommend it. It's obviously not POSIX or anything, but I find that the cost of installing fish on every machine I own is lower than maintaining POSIX-compliant scripts.
Enjoy your scripting!
Unironically love powershell
For a defacto windows admin my Powershell skills are...embarrassing lol but I'm getting there!