Hacker News new | ask | show | jobs
by prirai 749 days ago
They give us cure, while they hide our true medicine which is 'ls -1 | xargs cat | grep <search term>'.
1 comments

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>