Python найти конкретный файл в каталоге
text_files = glob.glob(path + "/**/*.txt")
Awful Alligator
text_files = glob.glob(path + "/**/*.txt")