Previous Topic: NEXT ParameterNext Topic: LAST Parameter


FIRST Parameter

Use the FIRST parameter with the FIND command to search for the first occurrence of the target string.

The search starts at the beginning of the first line of the data and continues until the string is found or until the bottom of the data is reached.

Example

This command scans for the first occurrence of target-string in the output:

Command ===> find target-string first

To repeat the search for the first occurrence of the target string, issue the RFIND command.