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