By kent13304
via blog.trendics.com
Published: Jul 26 2008 / 18:16
So, you’ve filled up a directory with so many files that executing a rm -f * tells you Argument list too long. Now what? You can run this to remove the files in a directory too full to use rm -f *…
Comments
bloid replied ago:
find . -exec rm -r {} \;
at a guess...?
*wanders off to read article*
bloid replied ago:
Heh... close ;)
Voters For This Link (13)
Voters Against This Link (0)