Re: OT: usage of split

2005-06-20 Thread Alex Zbyslaw
Giorgos Keramidas wrote: xaa, xab, ... Chunks of the original file that can fit in 1.4MB floppies (does anyone use these anymore?) A Linux boot floppy saved out bacon just last week, and it's still the easiest

Re: OT: usage of split

2005-06-20 Thread Giorgos Keramidas
On 2005-06-19 22:37, "Andrew L. Gould" <[EMAIL PROTECTED]> wrote: >On Sunday 19 June 2005 10:34 pm, Olivier Nicole wrote: >>> 2. How does one rejoin the resulting split files to recreate the >>> original file? I assume you can cat text files into a new file >>> using redirection (>>); but can you

Re: OT: usage of split

2005-06-20 Thread Kirk Strauser
On Sunday 19 June 2005 22:31, Andrew L. Gould wrote: > 1. Can the split utility be used on binary files? Yes. > 2. How does one rejoin the resulting split files to recreate the > original file? I assume you can cat text files into a new file using > redirection (>>); but can you do that with

Re: OT: usage of split

2005-06-20 Thread Chris
Andrew L. Gould wrote: > Regarding the usage of split to divide files into several parts: > > 1. Can the split utility be used on binary files? > > 2. How does one rejoin the resulting split files to recreate the > original file? I assume you can cat text files into a new file using > redire

Re: OT: usage of split

2005-06-19 Thread Dan Nelson
In the last episode (Jun 19), Andrew L. Gould said: > Regarding the usage of split to divide files into several parts: > > 1. Can the split utility be used on binary files? split -b bytes infile basename. > 2. How does one rejoin the resulting split files to recreate the > original file? I a

Re: OT: usage of split

2005-06-19 Thread Andrew L. Gould
On Sunday 19 June 2005 10:34 pm, Olivier Nicole wrote: > > 2. How does one rejoin the resulting split files to recreate the > > original file? I assume you can cat text files into a new file > > using redirection (>>); but can you do that with a binary file? > > I'd say yes, you can cat a binary

Re: OT: usage of split

2005-06-19 Thread Olivier Nicole
> 2. How does one rejoin the resulting split files to recreate the > original file? I assume you can cat text files into a new file using > redirection (>>); but can you do that with a binary file? I'd say yes, you can cat a binary file (though it is likely to mess-up your screen). Olivier __

OT: usage of split

2005-06-19 Thread Andrew L. Gould
Regarding the usage of split to divide files into several parts: 1. Can the split utility be used on binary files? 2. How does one rejoin the resulting split files to recreate the original file? I assume you can cat text files into a new file using redirection (>>); but can you do that with