IT Linux Bulk File Deletion Kilho, Oh มีนาคม 12, 2019 อัปเดตล่าสุด กันยายน 11, 2023 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