Delete mass files in Linux

Delete mass files in Linux

When deleting mass files, “/usr/bin/rm: arg list too long” error occurs

You can delete it with the command below.

 find . | xargs -n 1000 rm -f

Leave a Reply

이메일 주소는 공개되지 않습니다. (* 질문, 건의사항 등은 "질문게시판"을 이용해주세요)