Linux Workaround for ‘Argument list too long’ error message while removing all files from a directory

General Tips, Linux February 27th, 2006

Linux Workaround for ‘Argument list too long’ error message while removing all files from a directory
While someone deleting the files by using rm on the linux server, he might face this problem. There is a maximum number of files that can be passed as arguments to rm. So it does not allow you remove the [...]