Hacker News new | ask | show | jobs
by psutor 4752 days ago
How about

  grep -irn <identifier> .
?

-r recurses and since it is multiple files implies -H.

1 comments

Yep, that's much nicer. :) I always forget about recursive grep.