----- Original Message ----- 
From: "Nick Twaddell" <[EMAIL PROTECTED]>


> I agree, my drive fills up pretty damn fast cleaning all these sobig.f
> viruses.  I tried the cron job method like someone posted...
> 
> But it says
> bash: /bin/rm: Argument list too long
> 
> Does this mean there are too many files in the new dir?
> 
> Nick

Just do this:

for a in `ls` ; do rm $a; done

Make sure you are in the right directory. You might need a -f after rm.

Brad


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Qmail-scanner-general mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

Reply via email to