Why does grep match all lines for the pattern "\'"

Viewed 852

In this SO question there is something that I cannot explain:

grep "\'" input_file

matches all lines in the given file. Does \' have a special meaning for grep?

4 Answers
Related