We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
The text was updated successfully, but these errors were encountered:
added to class 1
Sorry, something went wrong.
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?)
No branches or pull requests
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):
$()
instead of back ticks to access sub shellOther resources:
The text was updated successfully, but these errors were encountered: