16.04.2009, 01:20
Hi,
I want read only a section of a file, delimited with a start and a end, exemple:
For exemple, I want read only section2 lines:
How to do this? thanks
I want read only a section of a file, delimited with a start and a end, exemple:
Код:
section1_start s1_line1 s1_line2 section1_end section2_start s2_line1 s2_line2 s2_line3 section2_end section3_start s3_line1 section3_end
Код:
s2_line1 s2_line2 s2_line3