Return to Snippet

Revision: 7412
at July 22, 2008 18:57 by breakerjump


Initial Code
find . -name 'FILE*' | xargs rm

Initial URL


Initial Description
Beyond a certain number of files, the 'rm' command throws an 'Argument list too long" error. This is the solution. Use cautiously.

Initial Title
Remove Many File from Shell

Initial Tags


Initial Language
Bash