Why does xargs limit argument-sizes to 470 bytes?

Kenneth Almquist ka at hropus.UUCP
Fri Feb 7 03:03:48 AEST 1986


The reason that xargs uses such a small limit is undoubtedly that is
was never changed when the maximum arg list size that exec would handle
was changed from 512 to 5120.  One of the reasons that xargs was written
was to deal with the 512 byte limitation.  I very rarely hit the 5120
byte limit.
				Kenneth Almquist
				ihnp4!houxm!hropus!ka	(official name)
				ihnp4!opus!ka		(shorter path)



More information about the Net.bugs.usg mailing list