BodaciousMunchkin@links.hackliberty.org to Linux@programming.dev · 2 years agoLearn X in Y Minutes Where X=bashlearnxinyminutes.comexternal-linkmessage-square7linkfedilinkarrow-up133arrow-down13cross-posted to: linux@lemmy.worldprogramming@programming.dev
arrow-up130arrow-down1external-linkLearn X in Y Minutes Where X=bashlearnxinyminutes.comBodaciousMunchkin@links.hackliberty.org to Linux@programming.dev · 2 years agomessage-square7linkfedilinkcross-posted to: linux@lemmy.worldprogramming@programming.dev
minus-squarehenfredemarslinkfedilinkEnglisharrow-up2·2 years 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·2 years 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).