본문 바로가기

LINUX_UNIX

unix 일정기간 지난 파일 삭제하기

find . -mtime +7 -type f -exec rm -f {} \;

7일 이상된 수정일자
파일만
삭제해

type d 는 디렉토리

mtime 대신 ctime 은 생성일자 기준