I've a file.txt written in this way:
0
0.421915 0.420615 192000
0.420397 0.420802 192000
1
0.423915 0.423681 768000
0.421658 0.421474 768000
and I'd like to take the line with only one column and the following one. Is it ok to use awk and how can I do it?
Thank you!