DEV Community

[Comment from a deleted post]
Collapse
 
jmfayard profile image
Jean-Michel πŸ•΅πŸ»β€β™‚οΈ Fayard • Edited

one thing I Google all the time:

How to do a for loop in Bash?

And that's a reason why I think that every non-trivial bash script should be rewritten in a NPM script if you do JavaScript, a Gradle+Kotlin script if you do Kotlin, a Ruby script if you do Ruby, ...

Collapse
 
markoshiva profile image
Marko Shiva

Yes bash can be really hard to learn. Well nowadays I mostly write scripts in python and they are basically cross-platform as long as you have installed python on your machine.