find [site_directory]/* -name _notes -print0 | xargs -0 rm -rf Replace [site_directory] with root site folder path.