Now, find does what it says on the tin - it finds file names that match a given text.

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.

What do you think we should use to search for all .txt files?