FIND (Interactive)

Example

FIND lists all lines entered in the session so far that begin with the specified TSP command.

FIND <TSP command> ;

Usage

FIND is useful in conjunction with other interactive commands that use line number as arguments. You may want to EDIT or EXEC a particular command, but cannot remember its line number. The line could be found with REVIEW, but if it has been a long session, this could take some hunting.

FIND will accept only one TSP command as an argument.

Example

FIND OLSQ

will list all OLSQ commands you have entered or read in during the session along with their line numbers.