Let's consider the following recfile
Name: John
Text: It's me!
Name: Jane
Text: Hello
The following command works perfectly to select the second record
recsel -e "Text = 'Hello'" test.rec
but how to select the first one?
recsel -e "Text = 'It\'s me!'" test.rec
is not working even if according the documentation (section 3.5.2.2 String Literals) it's the correct syntax.
I am using GNU Recutils version 1.9.