Bash Shortcuts Flashcards

1
Q

CTRL + c

A

Stop current command

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

CTRL + z

A

Sleep Program

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

CTRL + a

A

Go to start of a line

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

CTRL+ e

A

Go to end of a line

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

CTRL + u

A

Cut from the start of the line

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

CTRL + k

A

Cut to the end of a line

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

CTRL + r

A

Search History

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

!!

A

Repeat Last Command

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

!abc

A

Run last command starting with abc

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

!abc.p

A

Print last command starting with abc

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

!$

A

Last argument of previous command

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

ALT + .

A

Last argument of previous command

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