This turns out to be much slightly tricky. I came up with this solution
find . -type f | grep '\/\.[^.]*' | xargs rm -rf
Open Source Technologies At Work
Only Passion Matters
This turns out to be much slightly tricky. I came up with this solution
find . -type f | grep '\/\.[^.]*' | xargs rm -rf