Salient Digital Techno Blog
Ramblings on technology with a dash of social commentary
-
Recursively Delete Dreamweaver _notes Terminal Mac OS X
Posted on January 21st, 2011 2 commentsCheck this out. Launch terminal and CD to your Sites directory.
cd ~/Sites
find website.com/* -name _notes -print0 | xargs -0 rmdirGotta love LinuxForums.org.
2 responses to “Recursively Delete Dreamweaver _notes Terminal Mac OS X”

-
find website.com/* -name _notes -print0 | xargs -0 rm -rfworks if you get errors about directory not empty. -
find /home/yourusername -name ".*" -print0 | xargs -0 rm -rfThis works great if you have a collection of files you transferred from a Samba volume and it included all the dot underscore files.
Leave a reply
-



Funny Pugs December 9th, 2011 at 09:36