Previous Topic: X ParameterNext Topic: FIND: Limiting the Strings


XALL Parameter

Use XALL as an optional parameter with the FIND command to cause FIND to operate in a similar manner as the X parameter; however, only those lines containing the target string are displayed.

A message is displayed indicating the total number of lines containing the target string. (This message does not reflect the total number of occurrences of the target string.)

Example

The following string scans for all occurrences of target-string, displaying only those lines that contain the target string:

Command ===> find target-string all

To display the next set of lines containing the target string, issue the RFIND command. If you simply scroll down, the next screen of text is displayed—not the target text you specified.