Searching for information in the reference pages (UNIX)

You can search the reference manuals using the search mechanisms available on UNIX.

  1. In a terminal window, navigate to <CCASEHOMEDIR>/doc/help/cc_ref/
  2. At the command prompt, type one of the following:
    • grep string *.htm
    • grep `string with spaces' *.htm

Feedback