데이터 처리 결과에 대한 모니터링시 매우 필요함
- 최근 변경 데이터 확인
https://ponyozzang.tistory.com/256
- 빈 디렉토리 찾아서 지우기
https://blog.asamaru.net/2016/11/15/linux-find-empty-directory-and-delete/
- 특정 폴더를 가지고 있거나, 갖고 있지 않은 폴더 찾아서 지우기 ( '!'은 -not 옵션과 같다 )
https://unix.stackexchange.com/questions/167823/finds-exec-rm-vs-delete
- 정규표현식으로 찾기
https://www.baeldung.com/linux/find-command-regex
- 특정 디렉토리/파일을 포함하지 않는 디렉토리를 찾는 법
https://serverfault.com/questions/122074/find-directories-that-do-not-contain-a-directory