you are in: codestackercodes [RSS]delete recursively a file (.DS_Store, thumbs.db...)

delete recursively a file (.DS_Store, thumbs.db...) Delicious Email

show/hide lines
   1  find . -name ".DS_Store" -depth -exec rm {} \;
created by leozera — 22 August 2009 — get a short url — tags: find shell embed

Comments



We dont send spam :)

If checked, it's highlights your comment
simple_captcha.jpg
Are you a human? Type the code from the image