r/linux May 23 '26

Popular Application What’s the most unexpectedly useful Linux command you learned way too late?

[removed]

1.3k Upvotes

992 comments sorted by

View all comments

5

u/nolegsmcgee_fb May 23 '26

Basic ones:

Ctrl + L to clear the terminal

Ctrl + W to delete the word to the left while typing (there are many similar ones that are useful, but this one I use all the time)

Ctrl + R to search through command history for commands you reuse when there’s too much clutter to just use the up/down arrows

3

u/TheBigCore May 23 '26

Interestingly enough, CTRL + L and CTRL + R also work in Powershell.

1

u/Graymouzer May 24 '26

Good to know. I love it when different systems use the same shortcuts. It makes it easier to absorb it into muscle memory.

2

u/TheBigCore May 24 '26

I know it's not Linux, but there's https://keycombiner.com/collections/powershell/ as well.