Hacker News new | ask | show | jobs
by hawski 749 days ago
I know you are joking but why would you ever do that?

You could use all those instead:

  grep -r <pattern>
  grep <pattern> *
  cat * | grep <pattern>