Menu

#10 Syntax error or bug?

v1.0_(example)
open
nobody
None
1
2016-04-28
2016-04-28
No

Command I'm using:

echo (KB1234567) | gawk.exe "match ($0,/KB.{7}/) {print substr($0,RSTART,RLENGTH)}"

Expected output:

KB1234567

Actual output:

nothing

Discussion