Created
June 23, 2016 01:46
-
-
Save jhgorse/8bd71e4e2b5ce11bf99845f14fbc7f36 to your computer and use it in GitHub Desktop.
interactive shell load times
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Compare tcsh, zsh, and bash load times | |
echo 'echo 0' > ~/script | |
time tcsh -i < ~/script ; time zsh -i -c ~/script ; time bash -i < ~/script |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment