Comment 5 for bug 1475968

Revision history for this message
Jarno Suni (jarnos) wrote :

mawk '{print match($0,/a*/)}'
works, but
mawk '{print match($0,/a**/)}'
does not