#每天2:30 删除4天前qac的原始log
30 2 * * * find /home/iknow/ETL/RetlPull/retl-pull/data/qac -name qac.log.new.* -type f -mtime +3 | xargs -i rm -rf {}

最新文章

  1. 自定义view(二)
  2. 安卓xml文件中常见的问题
  3. U盘安装CentOS 7.0
  4. WeedFS0.6.8-引用库列表
  5. sql将同一个表中的两列Int数据相加,有些数据是空的
  6. pt-query-digest用法
  7. android之发送短信程序
  8. 文件的搜寻【转vbird】
  9. 中文unicode范围及unicode编解码
  10. js 取到相同的字符串 返回对应的下标
  11. struts2类型转换中的错误处理
  12. APCS
  13. JQuery select控件的相关操作
  14. Piggy-Bank(完全背包)
  15. libc.so.6重做链接,删除导致的缺失问题(后期需要深入研究),未能成功升级
  16. 恶补web之八:jQuery(1)
  17. sql优化------查询整个表按照某个字段排序后的前几条
  18. ImportError: No module named pycocotools.coco,pycocotools/_mask.so: undefined symbol: _Py_ZeroStruct
  19. ubuntu桌面环境安装中文环境
  20. 使用 JdbcTemplate 查询数据时报错:列名无效(已解决)

热门文章

  1. href=“file://” doesn't work
  2. 终端复用工具tmux的使用
  3. 一个神奇的控件——Android CoordinatorLayout与Behavior使用指南
  4. PHP+Aax实现异步验证
  5. Java获取文件路径的几种方法
  6. [RxJS] Split an RxJS observable with window
  7. 图形界面Aardio
  8. 【t097】寄存器
  9. 【codeforces 768B】Code For 1
  10. boost::any在降低模块之间耦合性的应用