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