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
		- 
				
				
Elyz67555yProvide advice. Every time I have to do something in the shell I look around, ask if anyone knows how the fuck to do this and nobody ever does so we end up hacking something rough together that definitely could've been done better. - 
				
				Same is for me with Regex. It's been over 4 years now working intensively with them and they sometimes still don't make sense to me.
 - 
				
				@3rdWorldPoison Eck! Peace of cake, yum yum
@Elyz Hey so *this* bash script doesn’t work on Linux 2.3, can you help? - 
				
				Or you know, use a language that's actually based on sane design and not design by accretion by people who have no business designing languages.
 
Related Rants

Oh yes I know how it feels.
It's always fun to see some less experienced folks struggle with the shell :D
- quotes (single/double)
- subshells (and lost updates)
- variable substitutions (#, ##, %, %%, /, //)
- IFS
- environments vs variables
- associative arrays' limitations
and many more ways to drive the person crazy :)
I remember the times when I used to spend days-weeks over some problem - only because I didn't know how shell works. But it was worth it :)
Now I can watch others be tortured in the shell because they refuse to listen to my advice :popcorn:
rant
struggle
bash
shell