Hello everybody,
I was not able to solve this problem:
I have a file polygon.dat with this structure:
#some text
.
#some text
MASK POLYGON
23
1.0750465E+03
1.1066547E+03
.
.
1.2288103E+03
EXIT
#some text
.
#some text
I would like to copy the column of numbers between the lines
"MASK POLYGON" and "EXIT" and insert it into another file after some specific line which starts also with "MASK POLYGON".
Thanks
I was not able to solve this problem:
I have a file polygon.dat with this structure:
#some text
.
#some text
MASK POLYGON
23
1.0750465E+03
1.1066547E+03
.
.
1.2288103E+03
EXIT
#some text
.
#some text
I would like to copy the column of numbers between the lines
"MASK POLYGON" and "EXIT" and insert it into another file after some specific line which starts also with "MASK POLYGON".
Thanks