[Linux] CentOS 폴더별 파일개수 확인하기 for x in `find . -maxdepth 2 -mindepth 2 -type d -print` do echo $x, `find $x -type f|wc -l`; done IT/Linux 2021. 9. 13. 10:29