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