this post was submitted on 03 Aug 2024
1068 points (99.1% liked)

Programmer Humor

32706 readers
534 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
1068
submitted 4 months ago* (last edited 4 months ago) by [email protected] to c/[email protected]
 
you are viewing a single comment's thread
view the rest of the comments
[–] AnUnusualRelic 2 points 4 months ago

The backslash is known as an escape character in this context, because it removes (escapes) the special meaning of the following character.

It's also used that way in most Unix shells.