Skip to content

Instantly share code, notes, and snippets.

@jhgorse
Created June 23, 2016 01:46
Show Gist options
  • Save jhgorse/8bd71e4e2b5ce11bf99845f14fbc7f36 to your computer and use it in GitHub Desktop.
Save jhgorse/8bd71e4e2b5ce11bf99845f14fbc7f36 to your computer and use it in GitHub Desktop.
interactive shell load times
# 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