BodaciousMunchkin@links.hackliberty.org to Linux@programming.dev · 1 year agoLearn X in Y Minutes Where X=bashlearnxinyminutes.comexternal-linkmessage-square7linkfedilinkarrow-up134arrow-down13
arrow-up131arrow-down1external-linkLearn X in Y Minutes Where X=bashlearnxinyminutes.comBodaciousMunchkin@links.hackliberty.org to Linux@programming.dev · 1 year agomessage-square7linkfedilink
minus-squarehenfredemars@infosec.publinkfedilinkEnglisharrow-up2·1 year agoBash, and shell script, is kinda funny looking but really does come in handy where I need some glue and a C program or Python is just overkill. I learned the fastest by pair programming with AI and fixing the scripts.
minus-squareadr1an@programming.devMlinkfedilinkarrow-up2·1 year agoI have always preached of jumping on to Python as early as you think you need it. Less papercuts, and transportable across servers (bash and tooling versions are a problem when jumping 5+ years).
Bash, and shell script, is kinda funny looking but really does come in handy where I need some glue and a C program or Python is just overkill.
I learned the fastest by pair programming with AI and fixing the scripts.
I have always preached of jumping on to Python as early as you think you need it. Less papercuts, and transportable across servers (bash and tooling versions are a problem when jumping 5+ years).