• To read lines rather than words, pipe/redirect to a 'while read' loop.
  • Problematic code:
  • Correct code:
  • Rationale:
  • Exceptions