AliAmanAmarAdel
Programmer
I have been trying to print previous value of a column when the value of the current column is blank?<br>ie..<br>yesterday 07/09/00<br>today 07/10/00<br>thisday <br>tommorow 07/11/00 <br><br>when the second column is " " I want to print "07/10/00".<br>I have not been able to store value of a previous line in AWK?<br><br>Any suggestions?