id=`ls -t|grep mysql-bin.0|wc -l`
echo $id
if [[ $id -gt 50 ]];then
ls -t |grep mysql-bin.0|tail -n $(($id-50))| xargs rm -rf
fi
本文出自 “lvs自动安装脚本” 博客,请务必保留此出处http://3177002.blog.51cto.com/3167002/1717455
原文地址:http://3177002.blog.51cto.com/3167002/1717455