国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 開發 > PHP > 正文

實例:實現自動清除日期目錄shell腳本

2024-05-04 21:50:34
字體:
來源:轉載
供稿:網友

實現自動清除日期目錄shell腳本實例代碼

很多時候備份通常會使用到基于日期來創建文件夾,對于這些日期文件夾下面又有很多子文件夾,對于這些日期文件整個移除,通過find結合rm或者delete顯得有些力不從心。本文提供一個簡單的小腳本,可以嵌入到其他腳本,也可直接調用,如下文供大家參考。

1、腳本內容

  1. [root@SZDB ~]# more purge_datedir.sh   
  2. #!/bin/bash  
  3. # Author: Leshami  
  4. # Blog : http://blog.csdn.net/leshami  
  5.     
  6. RemoveDir=/log/hotbak/physical  
  7. dt=`date+%Y%m%d-d"3 day ago"`  
  8.     
  9. forsubdirin`ls $RemoveDir`;  
  10. do  
  11.   if["${subdir}"/<"${dt}"];  
  12.     then   
  13.     rm-rf $RemoveDir/$subdir >/dev/null  
  14.     echo"The directory $RemoveDir/$subdir has been removed."  
  15.   fi  
  16. done 

2、演示

  1. [root@SZDB ~]# ls /log/hotbak/physical  
  2. 2014120320141210201412172014122420141231201501072015011420150125tmp.sh  
  3. 2014120720141214201412212014122820150104201501112015012120150128  
  4.     
  5. [root@SZDB ~]# ./purge_datedir.sh   
  6. The directory/log/hotbak/physical/20141203has been removed.  
  7. The directory/log/hotbak/physical/20141207has been removed.  
  8. The directory/log/hotbak/physical/20141210has been removed.  
  9. The directory/log/hotbak/physical/20141214has been removed.  
  10. The directory/log/hotbak/physical/20141217has been removed.  
  11. The directory/log/hotbak/physical/20141221has been removed.  
  12. The directory/log/hotbak/physical/20141224has been removed.  
  13. The directory/log/hotbak/physical/20141228has been removed.  
  14. The directory/log/hotbak/physical/20141231has been removed.  
  15. The directory/log/hotbak/physical/20150104has been removed.  
  16. The directory/log/hotbak/physical/20150107has been removed.  
  17. The directory/log/hotbak/physical/20150111has been removed.  
  18. The directory/log/hotbak/physical/20150114has been removed.  
  19. The directory/log/hotbak/physical/20150121has been removed.  
  20.     
  21. [root@SZDB ~]# ls /log/hotbak/physical  
  22. 2015012520150128 

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 顺平县| 乐东| 常宁市| 崇左市| 宜君县| 招远市| 文安县| 古田县| 韶关市| 商南县| 沙湾县| 怀化市| 韩城市| 阳城县| 会理县| 云梦县| 永寿县| 天祝| 上犹县| 长武县| 长垣县| 漳州市| 长丰县| 治多县| 阿克陶县| 淮安市| 互助| 嘉义县| 隆昌县| 信丰县| 信阳市| 繁峙县| 缙云县| 泗阳县| 宜君县| 肇庆市| 泗水县| 教育| 和硕县| 玛纳斯县| 隆昌县|