I've a 351K line file with 8 fields. About 50K of those lines has $8 blank. I want awk to print only rows with values in all 8 fields. I'm not finding how to tell awk to print $0 if $8 is not blank. My awk/sed book doesn't seem to have this information and my web searches aren't finding the answer, either. Clue needed. Rich