AWK[AWK] Explaining NR==FNRIntroduction Sometimes you might see the phrase NR==FNR in an awk command. Actually this is a common idiom we used in awk. NR and FNR are two built-in variables in …