Terminal Command of the Month September 2011

find . -name .DS_Store -exec rm -v “{}” ‘;’

command to remove all .DS_Store files recursively from current directory (verbose mode)