I need to find all files with specific filename(for example main.css) in folder and all subfolders and then do something with it(eg. rename, move, delete, add text line, etc)
I need to find all files with specific filename(for example main.css) in folder and
Share
This is what you need:
Naturally you would replace
echowith whatever it is you wish to do to the file. You can use wildcards if you need to: