Skip to content

Instantly share code, notes, and snippets.

@eggman64
Created December 14, 2016 09:55
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 eggman64/563870fee0b6545263094bdc5a075bcf to your computer and use it in GitHub Desktop.
Save eggman64/563870fee0b6545263094bdc5a075bcf to your computer and use it in GitHub Desktop.
bash previous command argument shortcuts
!^ 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 command
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment