i have a file like ;
H99200020020313 T0000003000001322647000
H99207020020313
T0000017000000581060000
..
follows at same format with diferent data.
And i'd like to cut some data until end of file and create an output to a file like ;
2000 0000003 000001322647000
2070 0000017 000000581060000
'2000' is 3-7 characters of first line .
'0000003' is 1-8 characters of second line
'000001322647000' is 9-24 characters of second line.
Thanks for any help.
H99200020020313 T0000003000001322647000
H99207020020313
T0000017000000581060000
..
follows at same format with diferent data.
And i'd like to cut some data until end of file and create an output to a file like ;
2000 0000003 000001322647000
2070 0000017 000000581060000
'2000' is 3-7 characters of first line .
'0000003' is 1-8 characters of second line
'000001322647000' is 9-24 characters of second line.
Thanks for any help.