Unable to match patterns with double quotes using the util.check-log check on linuxIssue The customer is unable to match patterns with double quotes using the util.check-log check on linux. The issue occurs due to incorrect escaping of double quotes, which leads to an pattern not being found.ReleaseWashington DC and LaterResolutionTo resolve the issue, encase the full string in single quotes and then encase each double quote to match with double quotes. For example, use 'This is my """search""" string' instead of 'This is my "search" string'.