Skip to content

Instantly share code, notes, and snippets.

@nikhresna
Created November 1, 2017 15:16
Show Gist options
  • Save nikhresna/7a99a840f5cbaae836a8a36d63bbafea to your computer and use it in GitHub Desktop.
Save nikhresna/7a99a840f5cbaae836a8a36d63bbafea to your computer and use it in GitHub Desktop.
Bash Basher
!^ first argument
!$ last argument
!* all arguments
!:2 second argument
!:2-3 second to third arguments
!:2-$ second to last arguments
!:2* second to last arguments
!:2- second to next to last arguments
!:0 the command
!! repeat the previous line
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment