Sep 24, 2011
Terminal Command of the Month September 2011
find . -name .DS_Store -exec rm -v “{}” ‘;’
Sep 24, 2011
Benny Ling .ds_store, command, terminal Blog 0 Comment
find . -name .DS_Store -exec rm -v “{}” ‘;’
— command to remove all .DS_Store files recursively from current directory (verbose mode)