Skip to content
Prev 26065 / 398502 Next

bugs in system() handling long character strings??

There is an undocumented limit of 119 characters/line when using
system(intern=TRUE) on Unix.  You can easily raise it: it is in
do_system in file src/unix/sys-unix.c.

I think this limit should be raised considerably, but it may well not be
worth eliminating it.
On Sat, 7 Dec 2002, Naoki Takebayashi wrote: