Saturday 30 July 2011

To clear Domlogs


*// Just use the given command below and you have done :-
 
 
---------------------------------
cd /usr/local/apache/domlogs/
for x in `ls`;
do
echo "" > $x;
done;
 
-------------------------------

No comments:

Post a Comment