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