12Mar2019년 March 12일 Delete mass files in Linux Kilho oh2023-09-11T11:28:45+09:00 Information technology rm, Linux, File deletion 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 Cancel reply이메일 주소는 공개되지 않습니다. (* 질문, 건의사항 등은 "질문게시판"을 이용해주세요)Comment * Name * Email * Website
Leave a Reply