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:

  • How to Combine Two Plots in Matlab
  • Drag Coefficent in 2D in Matlab
  • Integral Table
  • Classical Mechanics References
  • Matrix Operations