>The whole investigation took me 5 minutes. A Web search, a few clicks, and some ctrl+f’ing. Am I the only one who thinks the last phrase sounds weird? I might be used to reading lots of articles that sensor words, but couldn't help reading it as "control-fucking". (Edit: uncensored)
I think Ctrl+F seems to be more popular than 'grepping' these days, although I would very much be in favour of bringing 'grepping' back.
ctrl+f is about finding the context of something
grep is about filtering out the irrelevant information
Linux utility "less" which is the best tool to browse logs ever has both ctrl+f equivalent(/), and grep equivalent (&) and both are useful.