Argument list too big
- Argument list too long. The sum of the number of bytes used by the new process image's argument list and environment list is greater than the system-imposed limit of ARG_MAX bytes.
- Lack of space in an output buffer.
- Argument is greater than the system-imposed maximum.
Perhaps investigate using xargs(1).