Previous Topic: FILE CommandNext Topic: FS Command


FIND Command

Locates the specified string. Use the syntax shown next.

FIND string  [NEXT | PREV]
string

Replace with any group of letters or numbers up to 31 characters long. If string contains a blank, you must enclose string in apostrophes. If string contains an apostrophe ('), you must enclose string in quotes (").

NEXT

Locates the next occurrence of string. (Pressing Enter performs the same action.)

PREV

Locates the previous occurrence of string.

The short form is F; no PF key is assigned.