Sweet! . tells the find command to look in the current directory, -name searches the names and the text in "" is, well, the text to match.
.
find
-name
""
What do you think we should use to search for all .txt files?
.txt