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