COHERENT help

This page displays the COHERENT help information for cgrep.

Listing of available help pages


cgrep -- Pattern search for C source programs

cgrep [-clnsA] [-r new] expression file ...

Options:
     -A        Build error list for interactive editing using MicroEMACS, like
               -A option to the cc command.
     -c        Print all C comments
     -l        Return file where expression found
     -n        Prefix each line containing expressions with its number in its
               source file
     -r        Replaces each expression with new
     -s        Print all C strings