ref: 0048c96e94c732c6fb2ebe50eeb3450c1672fe0f dir: /bugs-fixed/decr-NF.awk/
BEGIN { $0 = "a b c d e f" print NF OFS = ":" NF-- print $0 print NF NF++ print $0 print NF }