Remove Windows Thumbs.db Files

Simon Ives simon at simonives.info
Wed Nov 12 02:35:00 GMT 2008


Thanks for the replies.

I ssh'd into the file server and ran: 

find /path/to/directory -name "Thumbs.db" -delete

along with:

find /path/to/directory -name "desktop.ini" -delete

and

find /path/to/directory -name "AlbumArt*" -delete

to remove the Windows files with great success and all in about 3
seconds!

-- 

Simon Ives

simon at simonives.info
www.simonives.info

Please consider the environment before printing this email or any
attachments.

> Message: 2
> Date: Fri, 07 Nov 2008 21:47:08 +1000
> From: Lisa Milne <lisa at ltmnet.com>
> Subject: Re: Remove Windows Thumbs.db Files
> To: ubuntu-au at lists.ubuntu.com
> Message-ID: <1226058428.6227.2.camel at daffodil>
> Content-Type: text/plain
> 
> try this:
> 
> find /path/to/directory -name "Thumbs.db" -delete
> 
> or this:
> 
> find /path/to/directory -name "Thumbs.db" -print | xargs rm
> 
> 
> Lisa




More information about the ubuntu-au mailing list