On our system we generate a large number of temporary files every day, and at the end of the day, we remove them. Except lately, the number of files has grown to be quite long, so the remove command we are executing is failing, as shown below:
$ rm RECPT-ZONE*
-bash: /bin/rm: Argument list too...