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