[tool]
linux 최근 변경된 파일찾기 find grep 활용
HOYA_
2023. 9. 13. 10:58
find / -type f -mtime -1 -ls | grep -r encrypt
-type file
-mtime modify 된지 하루이내 파일
grep -r 파일안에 검색