Skip to content

Instantly share code, notes, and snippets.

@rajata07
Created July 15, 2014 15:52
Show Gist options
  • Save rajata07/e0a0370549afbcff1d50 to your computer and use it in GitHub Desktop.
Save rajata07/e0a0370549afbcff1d50 to your computer and use it in GitHub Desktop.
Linux History Shortcuts
Move up through the command history list ^P
one command at a time.
Move down through the command history list ^N
one command at a time.
Run the previous command. !!
Run command number n !n
Run most recent command starting with !string
characters in string
Run most recent command containing !?string
characters that match string
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment