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