On Sun, 06 Nov 2005 05:39:26 +0100, Janis Papanagnou
>> Hi,
>> I am not sure if this is the right forum for this, my apologies if it
>> is not.
> It is the right newsgroup.
>> I was wondering if anyone knew of a standard file splitting and joining
>> utility that I can use in the bash shell in Linux and Mac OS X (i.e.
>> all Unix variants if possible)?
>> Thanks for any help,
>> Michael
> If by "joining" you mean inversion of the splitting...
> man split
> man cat
> Split splits files after a defined number of lines (or bytes) and cat
> concatenates files.
> Janis
For different kinds of splitting and joining, there are also cut, paste
and join.
--
We don't really understand it, so we'll give it to the programmers.