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