I have a file with broken lines as follows,
C12321 net12415431 net41432143 +
1.079879E-17
C12322 net2135 net648641 +
3.4659E-17
I want to create a file from this file which has lines as follows
C12321 net12415431 net41432143 1.079879E-17
C12322 net2135 net648641 3.4659E-17
I need to do this using sed or awk with in a couple of lines.
regards, Asif