troythered
Technical User
I have output in a file that is in 4 line increments:
1st line has 19 digits, a period, then 4 digits.
The second, third, and 4th lines have Text & Numbers in them.
Sometimes the 1st line has an upper or lowercase letter, number, or symbol in front of the 19 digits that I require.
I need to strip the beginnings of the first line so that it is 19 digits, the period, then 4 more digits, all while not messing with the other lines. Would awk be able to do this, or something like sed?
1st line has 19 digits, a period, then 4 digits.
The second, third, and 4th lines have Text & Numbers in them.
Sometimes the 1st line has an upper or lowercase letter, number, or symbol in front of the 19 digits that I require.
I need to strip the beginnings of the first line so that it is 19 digits, the period, then 4 more digits, all while not messing with the other lines. Would awk be able to do this, or something like sed?