Hacker News new | ask | show | jobs
by alexkus 4915 days ago

    grep -rs
or (more commonly for me):-

    grep -rsi
(The -s supresses errors about unreadable files that may clutter the output. -i for case insensitivity.)