I am trying to recurse into folders and then run commands on them, using bash script. Any suggestions?
Sorry I don't understand what you are asking. The best I can guess with your question is
find -type d -exec scriptname.sh \{\} \;