Join Nostr
2024-08-10 15:57:59 UTC

SimplifiedPrivacy.com Podcast on Nostr: Beast Linux Tip: To avoid having to scroll through your history to find something, do ...

Beast Linux Tip:

To avoid having to scroll through your history to find something, do this command:

history | grep what-you-want

the "|" is pipe and it takes the first command and feeds the output into the 2nd one, and "grep" searches for something, so you're literally taking your history and feeding it into a search