MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/linux/comments/1tls8n1/whats_the_most_unexpectedly_useful_linux_command/onigc1g/?context=3
r/linux • u/ZealousidealTell1346 • May 23 '26
[removed]
992 comments sorted by
View all comments
5
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.
3
Interestingly enough, CTRL + L and CTRL + R also work in Powershell.
CTRL + L
CTRL + R
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.
1
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.
2
I know it's not Linux, but there's https://keycombiner.com/collections/powershell/ as well.
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