Go Back   openSUSE Forums > Archives > SLS Archives > ARCHIVES - Linux Tweaks > ARCHIVES - Tips, Tricks & Tweaks
Forums FAQ Members List Search Today's Posts Mark Forums Read


ARCHIVES - Tips, Tricks & Tweaks Post your tips, tricks and tweaks about SuSE Linux in here. Please do not ask questions here - this is for factual information

 
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 20-Nov-2006, 13:49
geoffro
Guest
 
Posts: n/a
Default

If you've moved files from windows there's probably a ton of files like Thumbs.db
and Desktop.ini in your folders. Try searching for them.

To delete them in 1 sweep use

Code:
find / -name "Thumbs.db" -exec rm {} \;
You may get an error message depending on your version
Just replace Thumbs.db with Desktop.ini to remove of that type.

A word of warning: MAKE SURE THE FILE NAME IS CORRECT!

/Geoff
 

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2