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