Find a file by its filename on GNU/Linux

You likely don’t know the complete name of the file you’re looking for, so you can use wildcards:

find docroot/ -name image.style.*

Much more about the find command available with man find and at https://www.lifewire.com/uses-of-linux-command-find-2201100