[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] webilizer help



-----Original Message-----
From: Paul Brown [mailto:paulb@xxxxxxxxxxxx]
Sent: Monday, January 27, 2003 10:58 AM
To: cobalt-users@xxxxxxxxxxxxxxx
Subject: RE: [cobalt-users] webilizer help

Also how do I now delete all the /home/sites/sitexx/web/stats/ folders?

Cheers

Paul
_____________________________________


With the "rm" command of course.   If you are not familiar with Linux, I
would strongly recommend staying out of the shell, and buying a book.  You
may accidentally delete something.

rm -R -f /home/sites/*/web/stats

That will do it, 

~Brian