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