grep Example Some people format their code to make grepping easy, eg: int convert42(int x) { } Allows searching for function definition with: grep -n '^ *convert[0-9]+(' *.cc