MACROMEDIA COLDFUSION 5-ADVANCED ADMINISTRATION Manual page 193

Table of Contents

Advertisement

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.

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the COLDFUSION 5-ADVANCED ADMINISTRATION and is the answer not in the manual?

This manual is also suitable for:

Coldfusion 5

Table of Contents