Posts Tagged ‘Argument list too long’

/bin/rm: Argument list too long

Tuesday, November 18, 2008 11:11 No Comments

I got error when trying to remove thousands of file inside a directory. The way you fix this is find . -name ‘*.jpg’ | xargs rm

This was posted under category: Unix Tags: ,