Kilho.net
IT

Linux Bulk File Deletion

When the “/usr/bin/rm: arg list too long” error occurs while deleting many files

You can delete them with the command below.

 find . | xargs -n 1000 rm -f

ใส่ความเห็น

อีเมลของคุณจะไม่แสดงให้คนอื่นเห็น ช่องข้อมูลจำเป็นถูกทำเครื่องหมาย *