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

Re: [cobalt-users] Clearing web.log



At 06:13 AM 2/19/2004, you wrote:
did anybody know how to clearing the web.log?

Do you mean wipe it out?

cat > web.log
will do it

or just
rm web.log

It will be recreated.

Brian