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