单项选择题

如何列出当前目录及子目录下所有扩展名为".txt"的文件()。

A.ls * .txt
B.find -name ".txt"
C.ls -d .txt
D.find . ".txt"