LOG_PATH=~/log LOG_KEEP_DAYS=14 find ${LOG_PATH} -name '*.log' -mtime +${LOG_KEEP_DAYS} -exec rm -f {} \;
0 件のコメント:
コメントを投稿