Argument List Too Long When Removing Files

If this doesn’t work:

rm *.filetype

Try this:

find . -maxdepth 1 -name "*.filetype" -print0 | xargs -0 rm



Enjoy Reading This Article?

Here are some more articles you might like to read next:

  • Google Gemini updates: Flash 1.5, Gemma 2 and Project Astra
  • Displaying External Posts on Your al-folio Blog
  • How to Combine Two Plots in Matlab
  • a post with typograms
  • a post that can be cited