Bash can be a big win for many scripts
Bash can be a big win for many scripts
Posted Oct 2, 2014 13:51 UTC (Thu) by CChittleborough (subscriber, #60775)In reply to: dash/ash by josh
Parent article: Bash gets shellshocked
I find bash nearly ideal for relatively simple scripts. OTOH, I've written a few scripts in bash that I later rewrote in Perl when adding functionality. (In my experience, any script that takes more than about 100 lines of Bash code probably should be rewritten into Perl or Python or something, as should any Bash script in which you get bugs or headaches from string substitutions.)