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