You must log in or register to comment.

Powershell is probably simultaneously the best and worst thing Microsoft has ever created

Thompson shell (predates Bourne)

scsh (Scheme shell) and closh (Clojure shell)

sash (stand-alone shell)

gash (Guile shell)

ash (Almquist shell)

dash (Debian Almquist shell)

eshell (Emacs shell)

Shells I couldn’t think of images for:
- bosh (from SchilyTools)
- tclsh (Tcl shell)
- ion (from Redox OS)
Thompson shell

i am using ZSH cause Fish is not POSIX compliant,which made it annoying to run scripts without rewriting them.
#!/bin/sh
Hope this helps