리눅스(Linux)
유닉스 1일전 수정된 파일 개수
xemaker
2019. 10. 24. 16:29
find 폴더 -type f -mtime -일수 -ls
하루 전이면
find /aa -mtime -1 -ls
파일로 보내기
find /aa -mtime -1 -ls > aa.txt
하루 전이면
find /aa -mtime -1 -ls
파일로 보내기
find /aa -mtime -1 -ls > aa.txt