There are more shells than Bash and I'm curious to see the % of how many people uses wich one of the more or less classic shells. Choose your preferred one.

#UNIX #BSD #FreeBSD #NetBSD #OpenBSD #Plan9 #GNU #Linux

SH
9.6%
CSH / TCSH
8.8%
KSH
26.5%
BASH
55.1%
Poll ended at .

From the results I can see there is a solid group of Korn Shell users but I'm a bit surprised abouth the C Shell. I didn't though there was such a difference betwen the number of CSH users and KSH users. I guess part of it is because Korn is more similar to Bourne.

Thank you all for taking part and for your comments. I learned some things 🙂

#unix #bsd #ksh #csh #freebsd #netbsd #openbsd #gnu #linux

@lfa

ksh is the default shell on OpenBSD (at least that's what they call it, it lacks many features of the original ksh). I bet that bumps the numbers for ksh up considerably

@rossm @lfa

Being one of the guys who "bumped the numbers" 😉:

In man.openbsd.org/ksh one of the books recommended is

M Bolsky and D Korn, The KornShell Command and Programming Language, Prentice Hall, First Edition 1989, ISBN 0135169720.

OpenBSD's pdksh is quiet similar to the ksh88 variant which "was used as a basis for the standard POSIX.2" https://en.m.wikipedia.org/wiki/KornShell

It is made available for other OSs by Brian Callahan @bcallah
https://github.com/ibara/oksh

Ksh's current flavour is ksh93.

KornShell - Wikipedia

@lutzw
Thanks for your detailed comment 🙂