/bin/rm Argument list too long – Linux
August 31st, 2008
No comments
When you are trying to delete too many files in a directory at the same time, it seems rm has limits (kernel limitation on the size of the parameters of the command).
Example of using find command to solve this problem:
find ...
Categories: Bookmarks, Hosting, Linux delete command linux, find command, list too long, rm Linux error, xargs linux








