Delete many files on linux


/ Published in: Bash
Save to your folder(s)

A fast way to delete many files without getting an 'Argument list too long' error as wold be the case with 'rm'.


Copy this code and paste it in your HTML
  1. find . -type f -delete

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.