This text is derived from the Glimpse manual page. For more information on glimpse, see the Glimpse homepage.
As was mentioned in the section on Patterns above, some characters serve as meta characters for glimpse and need to be preceded by '\\' to search for them. The most common examples are the characters '.' (which stands for a wild card), and '*' (the Kleene closure). So, "glimpse ab.de" will match abcde, but "glimpse ab\\.de" will not, and "glimpse ab*de" will not match ab*de, but "glimpse ab\\*de" will. The meta character - is translated automatically to a hyphen unless it appears between [] (in which case it denotes a range of characters).
Search patterns are limited to 29 characters. Lines are limited to 1024 characters.