Hacker News new | ask | show | jobs
by d-gearloose 1529 days ago
If you're on a Linux system and the notes are just text files a grep -rn . -e 'search term' is probably sufficient. Use -rnw If you're looking for whole words.
1 comments

Absolutely. And if you do this a lot it might be worth substituting ripgrep for grep.