/ 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
find . -type f -delete
You need to login to post a comment.
A fast way to delete many files without getting an 'Argument list too long' error as wold be the case with 'rm'.
find . -type f -delete
You need to login to post a comment.