Re: 'split' Appending Too Many Characters

2010-12-30 Thread Tim Daneliuk
On 12/30/2010 12:28 PM, Tim Daneliuk wrote: On 12/30/2010 12:24 PM, Eric Blake wrote: On 12/30/2010 11:13 AM, Tim Daneliuk wrote: I have a script I've run successfully for years on a Win XP system. I just did a clean install of the whole OS and Cygwin from scratch. The script makes use of the

Re: 'split' Appending Too Many Characters

2010-12-30 Thread Tim Daneliuk
On 12/30/2010 12:24 PM, Eric Blake wrote: On 12/30/2010 11:13 AM, Tim Daneliuk wrote: I have a script I've run successfully for years on a Win XP system. I just did a clean install of the whole OS and Cygwin from scratch. The script makes use of the 'split' utility using a command along the li

Re: 'split' Appending Too Many Characters

2010-12-30 Thread Eric Blake
On 12/30/2010 11:13 AM, Tim Daneliuk wrote: > I have a script I've run successfully for years on a Win XP system. > > I just did a clean install of the whole OS and Cygwin from scratch. > > The script makes use of the 'split' utility using a command > along the lines of: > > tar -czvfT file -

Re: 'split' Appending Too Many Characters

2010-12-30 Thread Tim Daneliuk
On 12/30/2010 12:13 PM, Tim Daneliuk wrote: I have a script I've run successfully for years on a Win XP system. I just did a clean install of the whole OS and Cygwin from scratch. The script makes use of the 'split' utility using a command along the lines of: tar -czvfT file - | /usr/bin/split

'split' Appending Too Many Characters

2010-12-30 Thread Tim Daneliuk
I have a script I've run successfully for years on a Win XP system. I just did a clean install of the whole OS and Cygwin from scratch. The script makes use of the 'split' utility using a command along the lines of: tar -czvfT file - | /usr/bin/split -b 1 - foo.bar It formerly produced f