View Single Post
rokafellaskank's Avatar
Posts: 83 | Thanked: 4 times | Joined on Mar 2010 @ Birmingham England
#5
Originally Posted by lfcobra View Post
As with running any terminal commands you should fully understand what you are doing before preceding.

open xterm and type:
Code:
cd MyDocs/Downloads/NameOfExtractedFolder
for i in `find . | grep desktop.ini`; do rm -i "$i"; done
The first line will change directories into the extracted folder directory.
The second line will search all subdirectories for desktop.ini and then ask you if you want to delete it.

That should work. If you have any issues report back.

$ ~ $ cd MyDocs/Downloads/Folder/Q/Mazda [Mx5]
-sh: /home/user: Permission denied
~ $

Last edited by rokafellaskank; 2010-03-16 at 03:29.