find

Searches the current data file until a regular expression is encountered.

Syntax

find "regexp"

Comments

If find does not locate regexp before it hits the end of the file or finishes scanning maxfind lines, a failure condition occurs.

After a successful find, the current file position is set to the first character immediately after the matching string.