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