Command line kungfu Flashcards
1
Q
!!
A
Use to run the last line again, like if you need to run sudo
2
Q
!command name
A
Rerun the last command with unique letters
3
Q
!*
A
Use the arguments from the previous command
4
Q
!$
A
Use the last item in the last command