I grep it.
Tried grep again today - for the first time without either looking in a book or at documentation.
th'Mr asked me to email him th'Son's address. I knew I've put it in my journal, and my journal is spread out over separate files for each month. My files are named something like 200503 (for March of this year), etc.
I cd'd into the journal directory and did:
cat 2005* | grep -i "john doe" -A 3
meaning look in every file in this dir whose name begins with 2005, for the string "(th'Son's name)" and print that line plus the 3 below it.
No, it's not a big deal, it's not a complicated command, but it's something I couldn't have plucked out of the blue a month ago, and I'm glad that I can today. :)