Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
tosensei8379107dbash isn't something you get taught.
bash isn't something you learn.
bash is something you're born with, or you aren't. -
ingosteinke158107dI always suspected they made bash unintuitive and inconsistent on purpose, and they made sure to use as many non-alphanumeric characters as possible so that developers can't just google the arcane language that only admins are supposed to use.
-
jestdotty5246107d@ingosteinke tbf when bash was invented I don't think we had search engines
search engines are the problem. they exclude the symbols when you search. they decided to do that somewhere after the 90s. prior to that you could search for symbols
I remember searching forums for code symbols and it would work. it still works on those old bbs forums I believe -
retoor11681106d@atheist I just do !/usr/bin/env python3 and make executable. No bash here. Do you know python Cmd class? It's cool
THERE IS A FUCKING DIFFERENCE IN BASH BETWEEN
if [ ... ]; then
...
fi
AND
if [ ... ]
then
...
fi
!!!!????????? ARE YOU FUCKING KIDING ME. NOBODY EVER TAUGHT ME THIS BULL SHIT
rant