To find a file in a directory and its subdirectories, you can use the find /path/to/directory -name filename command, or if you want to find files of different extensions, use the find command with wildcards (.*) on the Linux command
Read More How to Find a File in the Directory and Subdirectories Linux