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