Re: question

new topic     » goto parent     » topic index » view thread      » older message » newer message

On 31 Dec 2002, at 11:36, Chris Saik wrote:

> 
> In Eu, is there an easy way to split one large file
> into dozens of smaller files?
> 
> For instance, if I have one giant source file, and I
> want to create a new file everytime I read a line that
> begins with "******", how is that done?

Easy. Close the file you were writing to, open a new one, and resume writing 
to it. At the next *******, close that one, open a new one, and resume writing 
to that one. You could pick names in numeric or alphabetic order, basicaly, if 
you can open the filename to read it, then it exists, and pick a new name, 
and try to read it.

Kat

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu