HI friends,
I would like to read a text file and extract lines of text between 2 identical patterns in a file and put it into a new file?
For example: i want to get all the data between each "start" tag as mentioned below:Sample input:
start
this is a example linestart
this is a example 1 linestart
this is a example 2 linestart
this is a example 3 linestart
Sample output:
this is a example 1 line
inside a text file.this is a example 2 line
inside a text file 2. and so on. Thanks in advance for your help.Update:
closed...no content| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |