dash/ash
dash/ash
Posted Oct 2, 2014 13:49 UTC (Thu) by mbunkus (subscriber, #87248)In reply to: dash/ash by wahern
Parent article: Bash gets shellshocked
As much as I love and use Perl it doesn't have several things that I find extremely useful for scripting: set -e, set -x and zsh's globbing functionality. I don't know of an equivalent for either of the »set«s, and especially -e is truly a very effective way of preventing accidental mishaps.
Then again: for me it's a question of when to switch from zsh to Perl, not from bash to Perl. zsh can do a lot of things that bash cannot, therefore I do get further via shell scripts than I would with bash; meaning the gain of switching from bash to Perl is usually higher than for zsh to Perl.
