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