LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   2015 LinuxQuestions.org Members Choice Awards (https://www.linuxquestions.org/questions/2015-linuxquestions-org-members-choice-awards-117/)
-   -   Shell of the Year (https://www.linuxquestions.org/questions/2015-linuxquestions-org-members-choice-awards-117/shell-of-the-year-4175562734/)

DaneM 01-08-2016 03:52 AM

Maybe I'm old-fashioned, but I love BASH for scripting. It has functions, arrays, traps, and all the other goodies I need to duct-tape stuff together and make my computer do unusual things without too much fuss. Escaping is a pain in the rear, but I suspect it's that way for all scripting languages...mostly because "regular" expressions don't have a particularly uniform syntax across external commands, and every external command has its own variety of syntax quirks (sed, awk, grep: I'm looking at you).

I sometimes wonder if some of the complaints about bash come as a result of it not being like whatever programming/scripting language people have spent a lot of time studying in college (or at home), or because it takes quite a lot of time to learn everything BASH can do.

I use the Advanced Bash-Scripting Guide, every time I script in BASH, and always learn something new and interesting.

Oh, and it can be used as a command-line interpreter, too. ;-)

truecipher 01-13-2016 01:00 PM

bash does all that I need and does it well...

Michael AM 01-16-2016 06:52 AM

ksh - but I am "old school" I suppose. And I like "vi" mode - having used vi as my editor since 1980 (or was it 79 when I stopped using /bin/ed :P)

bsdunixdb 02-02-2016 02:06 PM

Bash with fortunes.

Ormu 02-03-2016 04:40 PM

Bash, it's the standard and has everything I need. I've never been a big fan of Zsh, I find it somewhat quirky.

nnnn20430 02-04-2016 07:00 AM

bash for scripting
zsh for interactive

pipeweed 02-06-2016 12:20 PM

Still bash


All times are GMT -5. The time now is 04:37 PM.