I want to use subprocess to grep for a string that end in backslash:
product = "myProduct\\"
so in bash, if I do:
zg