• Consider using grep -c instead of grep | wc
  • Problematic code:
  • Correct code:
  • For multiple files
  • Rationale:
  • Exceptions