Develop/Linux

[Linux] 하위 특정 폴더/파일들 모두 삭제

시크라기 2012. 9. 10. 11:12

find [path] -name "[delete_pattern]" -exec rm -rf {} \;