You are here:
Home ·
Linux · Removing Thumbs.db files from Linux.
Removing Thumbs.db files from Linux.
05-13-2010 @ 4:17AM EDT
I was trying to backup one of my websites to my netbook today via FTP and found about 20 files that were unable to be backed up... all of the blasted Thumbs.db that Windows creates which are then inadvertently copied to my Linux based servers who don't know what to do with them. So I found this nice little command during my search on how to clear them all out:
Code:
find / -name "Thumbs.db" -delete
Short and simple, just run it as root. ;)
linux, tutorials
Comments
This article hasn't been commented yet.
Write a comment
* = required field