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