Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@cupakromer
Created March 7, 2014 16:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cupakromer/9414554 to your computer and use it in GitHub Desktop.
Save cupakromer/9414554 to your computer and use it in GitHub Desktop.
Command Line Tricks

Command Line Tricks

  • !! Repeat Previous Command
  • !-1 Repeat Previous Command
  • !-2 Repeat 2nd Previous Command
  • !ps Execute Previous Command STARTING WITH ps
  • !^ First Argument From Previous Command
  • !:2 2nd Argument From Previous Command
  • !$ Last Argument From Previous Command
  • !!:$ Last Argument From Previous Command
  • !-2:$ Last Argument From 2nd Previous Command
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment