I have run the following command, from inside of these log folders. But it looks like each folder will take infinite time.
find . -type f -exec rm -v {} \;
rwxrwxr-x 2 root root 77881344 Mar 16 03:06 logs.123
drwxrwxr-x 2 root root 105709568 Nov 14 20:09 logs_15Nov2011
drwxrwxr-x 2 root root 6852608 Aug 1 2011 logs2
drwxrwxr-x 2 root root 286191616 Nov 2 08:40 logs_2Nov
drwxrwxr-x 2 root root 25206784 Nov 10 04:04 logs_del
drwxrwxr-x 4 root root 2686976 Oct 6 01:56 logs_delete
drwxrwxr-x 2 root root 4096 May 11 2011 logsMay112011
drwxrwxr-x 2 root root 69087232 Aug 29 2011 logs_old
drwxrwxr-x 7 root root 382480384 May 9 2011 logs.old905
drwxrwxr-x 2 root root 4096 May 11 2011 logsTR1218
Any suggestion better and faster than this to remove all these logs?