Escaping is a method of quoting single characters. The escape (\) preceding a character tells the shell to interpret that character literally. With some commands, like sed and echo, for example, the escaping has the opposite effect, it toggles on…
Escaping is a method of quoting single characters. The escape (\) preceding a character tells the shell to interpret that character literally. With some commands, like sed and echo, for example, the escaping has the opposite effect, it toggles on…