码迷,mamicode.com
首页 > 其他好文 > 详细

crontab添加时间

时间:2017-11-10 10:52:27      阅读:139      评论:0      收藏:0      [点我收藏+]

标签:src   main   oca   type   bash   xargs   tab   去掉   done   

1)/usr/local/src/datecrontalog.sh

#!/bin/bash

if [ $# -gt 1 ]; then
    istring=‘‘
    #去掉回车
    date=`date | tr -s ["\n"]`
    for (( i = 2; i <= $#; i++ ))
    do
        string=$string" "${!i}
    done
    c=$date": "$string
    echo "" >> $1
    echo $c >> $1
fi

2)

*/1 * * * * /opt/otrs/bin/otrs.Console.pl Maint::Cache::Delete --type Group 2>&1 | xargs /usr/local/src/datecrontalog.sh /tmp/otrs_de

crontab添加时间

标签:src   main   oca   type   bash   xargs   tab   去掉   done   

原文地址:http://www.cnblogs.com/xianguang/p/7813177.html

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