summaryrefslogtreecommitdiffstats
path: root/auth/sample/logs/clean
blob: 7fa18ef8cf14917c388583667354b86b70ebdfaa (plain)
1
2
3
4
5
6
7
cd /opt/app/osaaf/logs
for D in `find . -type d`; do 
  if [ "$D" != "./" ]; then 
	rm -f $D/*.log.*
  fi
done