Finding a file with find

find -name filename.txt

To find all files with txt extension use :

find -name *.txt