린찬승하우스
개발자의 블로그
2011년 3월 10일 목요일
shell script for deleting logfile
1. create shell script
#!/bin/ksh
find /logs/log -type f -ctime +2 | xargs -i rm -f {} >/dev/null 2>&1
2. regist crontab
59 23 * * * /var/spool/cron/log_backup.sh >/dev/null 2>&1
댓글 없음:
댓글 쓰기
최근 게시물
이전 게시물
홈
피드 구독하기:
댓글 (Atom)
댓글 없음:
댓글 쓰기