• Shell functions can't be passed to external commands. Use separate script or sh -c.
  • Problematic code:
  • Correct code:
  • Rationale:
  • Exceptions