본문 바로가기

프로그래밍언어/리눅스

리눅스 n일 이내에 수정된 파일 찾기

find 폴더 -type f -mtime -일수 -print


find 폴더 -type f -mtime -일수 -ls



[root@123123 /home/users/tg]# find/var/home/sample -type f -mtime -1 -print