Hacker News new | ask | show | jobs
by sukilot 4150 days ago
Unix has

     find . -exec grep $pattern {} \;

but `grep -r` is easier to write.