码迷,mamicode.com
首页 > 系统相关 > 详细

shell 强化1

时间:2020-06-15 15:39:32      阅读:65      评论:0      收藏:0      [点我收藏+]

标签:||   echo   当前系统时间   dev   判断目录   ash   系统时间   判断   null   

#/bin/bash #使用date 取得当前系统时间 d=`date +%F` dir=/tmp/data/logs #判断目录是存在 [ -d $dir ] || mkdir -p $dir echo "$d logs" > $dir/$d.log df -h >> $dir/$d.log find $dir/ -mtime +15 | xargs rm > /dev/null 2>&1

shell 强化1

标签:||   echo   当前系统时间   dev   判断目录   ash   系统时间   判断   null   

原文地址:https://blog.51cto.com/13667909/2504522

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!