Linux Admin Bootcamp > Command line kungfu > Flashcards
!!
Use to run the last line again, like if you need to run sudo
!command name
Rerun the last command with unique letters
!*
Use the arguments from the previous command
!$
Use the last item in the last command