• Prefer mapfile or read -a to split command output (or quote to avoid splitting).
  • Problematic code:
  • Correct code:
  • Rationale:
  • Exceptions: