Hi
We have a machine that outputs files like
**StartProcess0
121231
123123
123
123
13
12312
123123
**End
**StartProcess1
etc
The data between StartProcess0 and **End has a variable number of lines.
So in some files there are say 2 lines between StartProcess0 and **End and other between 10-15
How can one select this random size paragraph between StartProcess0 and **End ?
Tried stuff like StartProcess0 * ^p* End to no avail.
Thanks
JB
We have a machine that outputs files like
**StartProcess0
121231
123123
123
123
13
12312
123123
**End
**StartProcess1
etc
The data between StartProcess0 and **End has a variable number of lines.
So in some files there are say 2 lines between StartProcess0 and **End and other between 10-15
How can one select this random size paragraph between StartProcess0 and **End ?
Tried stuff like StartProcess0 * ^p* End to no avail.
Thanks
JB