文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>检测目录下大于800m文件

检测目录下大于800m文件

时间:2008-05-19  来源:jordanfang

#!/bin/sh
DIR="/home/admin/bin/logs"
cd $DIR
if [ $? -ne 0 ]
then
echo "there have no logfile DIR,please check the DIR's existence."
exit 2
fi
MAXFILE_SIZE=`ls -lS $DIR | grep -v total | head -1 | awk '{print $5}'`
if [ $MAXFILE_SIZE -gt 838860800 ]
then
echo `ls -lS $DIR | grep -v total | head -1 | awk '{print $9}'` "is larger than 800M"
exit 2
else
echo "That's ok,all logfile are not larger than 800M"
exit 0
fi
检测目录下大于800m文件
相关阅读 更多 +
排行榜 更多 +
辰域智控app

辰域智控app

系统工具 下载
网医联盟app

网医联盟app

运动健身 下载
汇丰汇选App

汇丰汇选App

金融理财 下载