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