Carly™ to [email protected]English • 1 year agoLook, I'm lazy, okay?lemmy.worldmessage-square85fedilinkarrow-up11.26K
arrow-up11.24KimageLook, I'm lazy, okay?lemmy.worldCarly™ to [email protected]English • 1 year agomessage-square85fedilink
minus-square@[email protected]linkfedilinkEnglish4•1 year agoThis. It took a while for it to sink in but now it’s muscle memory and a huge time saver
minus-square@[email protected]linkfedilinkEnglish6•1 year agoCTRL+R brings up a prompt and allows you to search through commands you’ve run before. If you’ve run different variations of the command hitting CTRL+R or CTRL+SHIFT+R cycles through commands similar to what you’ve typed out.
minus-square@[email protected]linkfedilinkEnglish8•1 year agoI’m new to linux and i’ve been using $history | grep <thingy>. This information is very useful, thank you.
minus-square@[email protected]linkfedilinkEnglish4•1 year agoSure thing! There’s lots of ways to do the same things, but either way stops you from hitting the up key a bajillion times
This. It took a while for it to sink in but now it’s muscle memory and a huge time saver
What now? What is r? How does this work?
CTRL+R brings up a prompt and allows you to search through commands you’ve run before. If you’ve run different variations of the command hitting CTRL+R or CTRL+SHIFT+R cycles through commands similar to what you’ve typed out.
I’m new to linux and i’ve been using $history | grep <thingy>. This information is very useful, thank you.
Sure thing! There’s lots of ways to do the same things, but either way stops you from hitting the up key a bajillion times