Become More Productive with the command Line Flashcards
What is the command to choose the depth with find?
-maxdepth n
What is the command to ignore case sensitivity with grep
grep -i
What is the shortcut to remove everything before the cursor in the terminal?
CTRL + U
What is the shortcut to remove everything after the cursor in the terminal?
CTRL + K
What is the shortcut to search in reverse in the history of commands?
CTRL + R
What is the package to have multiple terminal open?
terminator
What is the shortcut to split the terminal verticaly with terminator?
CTRL + SHIFT + E
What is the shortcut to split the terminal horizontaly with terminator?
CTRL + SHIFT + O
What is the shortcut to switch between one screen and multiple screen with terminator?
CTRL + SHIFT + X
What is the shortcut to open the list of layouts with terminator?
ALT + L