If you have too many files to remove, try this trick: find . -name '*' | xargs rm -v
Home » Posts/bin/rm: Argument list too long26 March 2007 · 1 min · 19 words · Major Hayden | EditIf you have too many files to remove, try this trick:find . -name '*' | xargs rm -v