Definitions for "Escaping"
Escaping a character means to put a backslash ( \) just before that character. Escaping can either remove the special meaning of a character in a shell command or it can add special meaning as we saw with in the echo command. The character following the backslash is called an escaped character.