I have this loop which loops through directories and looks for specific files ($path is read from script prompt):
for FILE in $path/*/logs/*2016-*; do ######