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