fredhutchio / unix_shell_intro

UNDER CONSTRUCTION: four class introduction to the unix command line, including shell scripting and using HPC resources
https://fredhutchio.github.io/unix_shell_intro/
Other
0 stars 1 forks source link

bash or zsh? #2

Open k8hertweck opened 4 years ago

k8hertweck commented 4 years ago

zsh is apparently superior, and Mac OS X now ships with zsh as default. However, bash is still default on most clusters.

Easiest option is to teach things that will be consistent between these two most common shells (ideas from Dirk):

Other resources:

k8hertweck commented 4 years ago

added to class 1

k8hertweck commented 4 years ago

Need to test materials on zsh and see where differences are, and how to accommodate (include explanation of differences, or ask everyone to use bash?)