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