Program language with developer.
find ./* -name 'test' -type d
현제 디렉토리전체에서 test란 폴더를 찾아라..
빈 디렉토리 찾기(find . -type d -empty)나 빈 파일 찾기(find . -type f -empty)도 유용하더라구요..^^
빈 디렉토리 찾기(find . -type d -empty)나 빈 파일 찾기(find . -type f -empty)도 유용하더라구요..^^
답글삭제