User Guide

Content Options 175
If you use backslashes, you must double them so they are properly escaped. For
example:
C:\\test\\docs\\path
To use regular expressions, also specify the -regexp option.
Example 1
To skip all HTML documents which contain the word "personnel" in the Title
element, use the following:
-skip title "personnel"
Example 2
To skip all HTML documents which contain both the word "private" and the phrase
"internal user" in any paragraph element, use the following:
-skip title "personnel"
-skip p "*internal use*"
See also -regexp.