본문 바로가기

Develop/Linux

[Linux] 특정 파일 삭제

find /path/to/destdir -name '[find_name]' -exec rm -r {} \;

'Develop > Linux' 카테고리의 다른 글