Table of Contents

About

To escape a special character, you use:

  • % for a %
  • " for a "
  • Otherwise ^

Example

With echo

echo My Name is Nicolas ^(and my nickname is Nico^)
My Name is Nicolas (and my nickname is Nico)