print lines matching a pattern
-n, --line-number
       Prefix  each  line of output with the 1-based line number within its input file.  (-n is specified
       by POSIX.)
    -R, -r, --recursive
           Read all files under each directory, recursively; this is equivalent to the -d recurse option.

Other Options
    --line-buffered
           Use line buffering on output.  This can cause a performance penalty.
source manpages: rgrep