|
On Jul 13, 2014, at 3:58 AM, William Ahern <william@25thandClement.com> wrote: > os.execute will use sh -c '...'. So it could be a shell limit on the maximum length of a single command argument. getconf ARG_MAX perhaps? http://www.in-ulm.de/~mascheck/various/argmax/