Become More Productive with the command Line Flashcards

1
Q

What is the command to choose the depth with find?

A

-maxdepth n

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

What is the command to ignore case sensitivity with grep

A

grep -i

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

What is the shortcut to remove everything before the cursor in the terminal?

A

CTRL + U

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

What is the shortcut to remove everything after the cursor in the terminal?

A

CTRL + K

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

What is the shortcut to search in reverse in the history of commands?

A

CTRL + R

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

What is the package to have multiple terminal open?

A

terminator

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

What is the shortcut to split the terminal verticaly with terminator?

A

CTRL + SHIFT + E

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

What is the shortcut to split the terminal horizontaly with terminator?

A

CTRL + SHIFT + O

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

What is the shortcut to switch between one screen and multiple screen with terminator?

A

CTRL + SHIFT + X

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

What is the shortcut to open the list of layouts with terminator?

A

ALT + L

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