/
usr
/
share
/
doc
/
gawk
/
examples
/
misc
/
File Upload :
llllll
Current File: //usr/share/doc/gawk/examples/misc/findpat.awk
{ if ($1 == "FIND") regex = $2 else { where = match($0, regex) if (where != 0) print "Match of", regex, "found at", where, "in", $0 } }
Copyright ©2k19 -
Hexid
|
Tex7ure