Πέμπτη 10 Μαρτίου 2011

How to delete useless Windows Files in Ubuntu Linux

http://en.tuxero.com/2007/09/how-to-delete-useless-windows-files-in.html

If the files are in a samba directory you must use sudo

ex.
sudo find /my_path -type f -name "desktop.ini" -exec rm -f {} \;