RosettaCodeData/Task/Text-processing-2/AWK/text-processing-2-2.awk

3 lines
40 B
Awk

bash$ awk 'NF != 49' readings.txt
bash$