Skip to main content
deleted 24 characters in body
Source Link
Rui F Ribeiro
  • 58k
  • 29
  • 156
  • 239

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.

i hope this helps you.

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.

i hope this helps you.

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.

Source Link

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.

i hope this helps you.