Hi,
I have a tabular text file with 105078 rows and 22 columns I want to remove all those lines if 50 percent of columns (columns 3 - 22) has empty fields.
I tried ISBLANK and IF function in excel, no luck. Could awk or sed help me?
Regards,
Waqas.
Edited: tags and Spelling mistake
From https://unix.stackexchange.com/questions/363059/awk-script-to-count-the-0-in-each-row-and-print-the-rows-that-have-less-than-20