/bin/rm: Argument list too long26 March 2007Major Hayden1 min read (19 words)#command line If you have too many files to remove, try this trick:find . -name '*' | xargs rm -v Read other posts< [Setting the hostname in Sendmail] :: [Reset MySQL root password] >