this post was submitted on 08 Jul 2024
31 points (91.9% liked)

Linux

5083 readers
157 users here now

A community for everything relating to the linux operating system

Also check out !linux_memes@programming.dev

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] henfredemars@infosec.pub 2 points 3 months ago (1 children)

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.

[โ€“] anzo@programming.dev 2 points 3 months ago

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).