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