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