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