Message-ID: <372D7D56.CE877544@mpx.com.au> Date: Mon, 03 May 1999 20:41:27 +1000 From: Daniel X-Mailer: Mozilla 4.5 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: Eli Zaretskii CC: djgpp AT delorie DOT com Subject: Re: bug in "split" References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com hello, after more testing i realised it's my own silly fault. i was trying to enter non-integer sizes, eg: 1.1MB. i should've realised only integers would work. when i use decimals, it creates files of size 1 byte. i guess it doesn't matter now, but the date on split.exe is 10-31-96. sorry about that, i feel silly now, hehe. daniel. Eli Zaretskii wrote: > > On Sun, 2 May 1999, Daniel wrote: > > > when i use the "m" size option in split, eg: 'split a.out 2m a', many > > many small files are created, rather than two megabyte files. > > I cannot reproduce this problem. Perhaps you use a (very) old version, > or maybe your `split' isn't the one which comes with DJGPP. > > Please tell what are the size (in bytes) and the date/time stamp of the > version of `split' you are using, and what is the name of the .zip > archive where you got that version of `split'.