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


You need to login to view comments.