You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
158 B

NF > 0 && match($NF, $1) {
print $0, RSTART, RLENGTH
if (RLENGTH != length($1))
printf "match error at %d: %d %d\n",
NR, RLENGTH, RSTART >"/dev/tty"
}