Command line kungfu Flashcards

1
Q

!!

A

Use to run the last line again, like if you need to run sudo

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

!command name

A

Rerun the last command with unique letters

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

!*

A

Use the arguments from the previous command

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

!$

A

Use the last item in the last command

How well did you know this?
1
Not at all
2
3
4
5
Perfectly