Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save studiomaestro/403360 to your computer and use it in GitHub Desktop.
Save studiomaestro/403360 to your computer and use it in GitHub Desktop.
> !
History commands:
!! Execute the last command again
!: Show all previous commands
!:n Show the last n commands
!n Execute the command with index n, as shown by the !: command
!-n Execute the nth command before this one
!string Execute the most recent command starting with 'string'
!?string Execute the most recent command containing 'string'
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment