Skip to content

Instantly share code, notes, and snippets.

@macrotea
Created May 10, 2014 16:04
Show Gist options
  • Save macrotea/98e9e0498138140e9704 to your computer and use it in GitHub Desktop.
Save macrotea/98e9e0498138140e9704 to your computer and use it in GitHub Desktop.
show you how to switch the shell type

show current shell type

  • echo $SHELL

switch shell type to sh

  • sh

which shell using now after switch

  • echo $0

switch shell type to tcsh

  • tcsh
  • sudo apt-get install tcsh (when not exists)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment