Path : /proc/thread-self/root/usr/share/doc/gawk/examples/misc/ |
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
Current File : //proc/thread-self/root/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 } }