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