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