if "CLEAN" is shell script file
than this work
find . -name "CLEAN.sh" -execdir sh -c './CLEAN.sh' sh {} \; this command file CLEAN.sh and it execute in finding directory.
if "CLEAN" is shell script file
than this work
find . -name "CLEAN.sh" -execdir sh -c './CLEAN.sh' sh {} \; this command file CLEAN.sh and it execute in finding directory.