Dos - Escape Character

Card Puncher Data Processing

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)





Discover More
Card Puncher Data Processing
DOS - Special Characters

This article tries to list all special characters and their meanings. Character Description Articles | pipeline > stdout < stdin 2> stderr >> append & duplicate handle or control...
Card Puncher Data Processing
Dos - Echo

Displays messages, or turns command-echoing on or off. escape Just add the special characters bracket or period just after the echo command You can echo in color with color terminal escape sequence...
Git File System
Git - Tree Object

In Git, a tree is an object that corresponds to file system directory in the git file system. A single tree object contains: one or more entries, each of which is the SHA-1 hash of a blob or subtree...



Share this page:
Follow us:
Task Runner