To recursive remove all Mac dot files i.e. .DS_Store files in a folder or removable drive,\\

in the terminal, type
<code>
find . -name '*.DS_Store' -type f -delete
</code>

//These files only save custom Finder settings for the Mac Finder//