DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
Using SCODB on SVR5

Pattern searching

Patterns may be searched for using ``/'' for forward search and ``?'', for backward search. Only substrings are matched. Regular expressions are generally not supported; the one exception being the ``^'' (caret) operator which matches the beginning of a string. The ``^'' operator is useful if you want to skip forward or backward to a particular location. For example, typing /^s_trap+52 during disassembly will skip forward to that location. To repeat a search, n (continue search, same direction) and N (continue, reverse direction) can be used.

If a pattern is not found in the current function, as defined by the symbol, SCODB beeps.


© 2005 The SCO Group, Inc. All rights reserved.
OpenServer 6 and UnixWare (SVR5) HDK - June 2005