De man grep
no meu computador:
-n, --line-number
Prefix each line of output with the line number within its
input file.
Quando uso find-grep
no Emacs, esse comando é exibido.
find . -type f -exec grep -nH -e {} +
Eu pesquisei a opção -n
em man grep
. Por que não está lá? E o que isso significa?