/bin/rm : Argument list too long If there are a large number of files in a single directory, Then the traditional rm command can not delete all files and ends with an error message Argument list too long. To resolve this issue and delete all files use xargs command-line utility with the find command. That’s it. you will find all files are deleted now.