Saturday, October 23, 2010

To clear Domlogs

Fire the following command :-

cd /usr/local/apache/domlogs/
for x in `ls`;
do
echo "" > $x;
done;

No comments:

Post a Comment