Seperate fields in File

2003-06-30 Thread Moritz Fromwald
Hello all, I have a text file, which contains several data sets, separated by a particular string (---.*=.*--) I need to write a script, which processes each of these data sets Can anyone push me in the right direction? Is it possible to simplify the following command in several lines

Re: Seperate fields in File

2003-06-30 Thread Jason Stewart
If you know how to write the script, then you would also know how to put it in a file too... Smells like a homework assignment to me. A google search turned up this: http://www.devhood.com/tutorials/tutorial_details.aspx?tutorial_id=468 On Mon, 2003-06-30 at 13:43, Moritz Fromwald wrote:

Re: Seperate fields in File

2003-06-30 Thread Moritz Fromwald
Hello, If you know how to write the script, then you would also know how to put it in a file too... snip homework, script, Well, ain't no homework, just a newbie to script writing, thats all! So is there a way to split the content of a file up into an array? TIA regards Moritz