Hacker News new | past | comments | ask | show | jobs | submit login

They give us cure, while they hide our true medicine which is 'ls -1 | xargs cat | grep <search term>'.



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>




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: