/ Published in: Bash
A fast way to delete many files without getting an 'Argument list too long' error as wold be the case with 'rm'.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
find . -type f -delete