Information*/알면도움됨
특정파일 제외하고 삭제하기
ch4rli3kop
2018. 1. 29. 15:32
반응형
find . -maxdepth 1 -name "*.png" ! -name "Youmaynotseeme.png" -exec rm {} \;
반응형