

Browsing Output › Browse Commands › FIND: Direction Parameters › X Parameter
X Parameter
Use X (exclude) as an optional parameter with the FIND command to:
- Cause it to operate in a similar manner as the NEXT parameter but only those lines containing the target string are displayed.
- Display up to a full screen of these lines.
Example
This command scans for the next occurrence of target-string in the output:
Command ===> find target-string x
Note the following:
- A search for the next occurrence of the string target-string is made.
The search starts at the beginning of the first line being displayed or at the cursor location.
- The RFIND command continues the search for the string that was targeted when the last FIND command was invoked.
Each time you invoke the RFIND command, the search continues for the same string until the bottom of the data is reached.
- When the search doesn't start at the top of the data and the target string is not found before the bottom of the data is reached, a BOTTOM OF DATA message is displayed.
To continue the search from this point, reissue the RFIND command to wrap around to the top of the data from the bottom.
Copyright © 2013 CA.
All rights reserved.
 
|
|