Step 3 If desired, check Elevate Command Priority. This ensures the command will run regardless of
the level of server activity.
Step 4 Click the Run button.
Using Findstr - Command Line Options
FINDSTR [/B] [/E] [/L] [/R] [/S] [/I] [/X] [/V] [/N] [/M] [/O] [/P]
[/F:file] [/C:string] [/G:file] [/D:dir list] [/A:color attributes]
[strings] [[drive:][path]filename[ ...]]
If no names are specied on the command line, the size of the current directory is given. Sizes
given show the total number of bytes in all of the les within and below the named directory
and the amount of disk space used by the les in and below the named directory. The disk space
is displayed in Kbytes ( 1024 bytes = 1 Kbyte )
The options for Findstr are:
/B: Matches pattern if at the beginning of a line.
/E: Matches pattern if at the end of a line.
/L: Uses search strings literally.
/R: Uses search strings as regular expressions.
/S: Searches for matching les in the current directory and all subdirectories.
/I: Species that the search is not to be case-sensitive.
/X: Prints lines that match exactly.
/V: Prints only lines that do not contain a match.
/N: Prints the line number before each line that matches.
/M: Prints only the lename if a le contains a match.
/O: Prints character offset before each matching line.
/P: Skip les with non-printable characters
/A:attr: Species color attribute with two hex digits. See "color /?"
/F:le: Reads le list from the specied le (/ stands for console).
/C:string: Uses specied string as a literal search string.
/G:le: Gets search strings from the specied le (/ stands for console).
Cisco Support Tools User Guide for Cisco Unified Software Release 2.1(1)
209
Chapter 14: Using 3rd Party Common Tools
FindStr