find . -name node_modules -type d -exec rm -rf {}




- tìm file , có phần mở rộng là .md hoac .kt , xoa file do :
find . -type f \( -name \*.md -o -name \*.kt \) -exec rm -rvf {} \;

Không có nhận xét nào :

Đăng nhận xét