this post was submitted on 17 Jan 2024
519 points (95.8% liked)

Programmer Humor

32380 readers
1313 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 

cross-posted from: https://startrek.website/post/5735388

Counterspell this

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 9 months ago

There's a massive number of security holes in bash, shellshock being the most egregious. bash has some really terrible design flaws, especially parsing $var multiple times so you can't reliably break on spaces. Almost any other shell is safer and more productive.