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