• Don't use variables in the printf format string. Use printf "..%s.." "$foo".
  • Problematic code:
  • Correct code:
  • Rationale:
  • Exceptions