i have a test file like this...
>Test 1
this is a string and a string and a strin
and it is very long
>Test 2
now, one day a person came up to me and
>Test 3
this is another test and so on let say ...
There could be two lines as Test 1 has 2 two lines and Test 2 has one line and Test 3 has one line only,etc...
and the expected output is :
this is a string and a string and a strin and it is very long> now, one day a person came up to me and>this is another test and so on let say ..>
could anyone pls help me on ths..thanks..