Goto to the directory:

cd ~/.thumbnails

And execute a find command with xargs:

find . -name '*.png' | xargs rm

Or you could:

echo * | xargs rm

How to create a 1000 files:

for (( i=1 ; $i<=1000 ; i=$i+1 )) ; do echo ffffffffffffffffffffffffffffffff > ffffffffffffffffffffffffffffffffffffffffffffffffffffffffff$i ; done
howtos/rm_many_files.txt · Last modified: 2007/08/07 10:01 by domingo
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki