Here is the terminal command to do find and delete
Eg: to find all files with extension ".svn" we can use
find -iname '*.svn'
to delete the founded file we can use :
This is where i thought of sharing my experience , my knowledge and what i know ..