Skip to content

Instantly share code, notes, and snippets.

@saxbophone
Created May 13, 2015 17:02
Show Gist options
  • Save saxbophone/e125f7080b4897bbee74 to your computer and use it in GitHub Desktop.
Save saxbophone/e125f7080b4897bbee74 to your computer and use it in GitHub Desktop.
Alias csh and tcsh commands to an essay on why not to use the C shell for which they refer to!
# Don't use the C-Shell!
alias csh='wget -qO- http://www.grymoire.com/unix/CshTop10.txt | less'
alias tcsh='wget -qO- http://www.grymoire.com/unix/CshTop10.txt | less'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment