Penguin
Annotated edit history of E2BIG version 1, including all changes. View license author blame.
Rev Author # Line
1 PerryLorier 1 !!!Argument list too big
2
3 * 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.
4 * Lack of space in an output buffer.
5 * Argument is greater than the system-imposed maximum.
6
7 Perhaps investigate using xargs(1).