Jose Bento <[EMAIL PROTECTED]> wrote:
>
> I have a text file (*.doc) that have a list of articles all of them
> separated by the some sequence of characters ().
>
> How can I divide this file into several files each one with only one
> article?
>
Assuming they aren't huge articles...
#!/u
Jose Bento wrote at Sun, 28 Jul 2002 01:10:19 +0200:
> I have a text file (*.doc) that have a list of articles all of them separated by the
>some sequence
> of characters ().
>
> How can I divide this file into several files each one with only one article?
What have you tried so far ?
Why