Answers for "reject line with more or less fields than expected"

0

reject line with more or less fields than expected

awk -F'\t' 'NF==13 {print}' infile  > newfile
Posted by: Guest on June-30-2021

Code answers related to "reject line with more or less fields than expected"

Browse Popular Code Answers by Language