Posts tagged with “linux”

20 Nov

rm -rf ./*/.DS_Store
rm -rf ./*/.svn

— Tip for removing the .DS_Store files and .svn folders recursively throughout a folder tree.