grep


search

grep

grep("...")

        Prints the names of functions and lines containing the string "...".
Options:
func("fff"): in function fff
name("nnn"): in file nnn
name("*.ext"): in all files *.ext
name("nnn")name("*CCC"): writes the results in file CCC (COMPTE_RENDU by default).