From: dm2 AT egeo DOT unipg DOT it (Daniele Mezzetti) Subject: xargs problems 21 Jul 1998 03:30:36 -0700 Message-ID: <35B3AAD8.7DF0.cygnus.gnu-win32@unipg.it> Reply-To: dm2 AT egeo DOT unipg DOT it Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: gnu-win32 AT cygnus DOT com When installing Octave w/ Cyg19.1B I have found that the script install_octave failed because in line find $fcnfiledir -type f -print | xargs chmod 0644 xargs received in input a bit more that 9K of filenames. any input > of this resulted in XARGS provoked a stack error in module KERNEL32.DLL at 0137:bff725c5. obviously all went right when I changed the line find $fcnfiledir -type f -print | xargs --max-args=50 chmod 0644 but isn't it a bug? ------ dm2 AT unipg DOT it is Daniele Mezzetti Strada delle Pulite 50 06125 Perugia, Italy - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".