ref: 5d64e428ebec115f9129a8f1de2f418e5418c8f4 dir: /sys/src/cmd/dict/rev.awk/
NF == 2 { printf "%s\t%s\n", $2, $1 } NF != 2 { print "ERROR " $0 }