|
my opinion
Hi, i think what you want is difficult to realize.
1>the NR has gone to the last line.
2>At the END module for awk, it has gone to the end of the file, so you can not re-hold the line of the file
So,my suggestion for you is:
1> try to remember all the desired rows in first awk
2>awk again
|