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