Sun Studio 12 Update 1: Debugging a Program With dbx

search Command

The search command searches forward in the current source file. It is valid only in native mode

Syntax

search string

Search forward for string in the current file.

search

Repeat search, using last search string.

where:

string is the character string for which you wish to search.