통합
뉴스
블로그
웹문서
동영상
블로그
리눅스 find - 파일 검색
사용법
: find [검색대상위치] [옵션] [수행할작업] 용량이 0 인 비어있는 파일을 검색하는 것 Bashfind / -empty -exec ls -l {} \; 특정 소유자의 검색 Bashfind /home -name *.html -exec ls -l {} \; 검색된 파일을 바로 삭제 Bashfind ~nestgoer -name *.bak -exec
rm
blog.naver.com · 2016.02.25