【单选题】
下列哪个命令行可列出文件/usr/share/dict/words 中含有sun这个文本的所有行及其行号()
A、grep–n sun /usr/share/dict/words
B、grep–N /usr/share/dict/words sun
C、grep–r sun /usr/share/dict/words
D、grep–r /usr/share/dict/words sun