Build precise queries to find exactly what you need
Press ESC to close
@willamowius
Favorites0
Views
Projects0
I had to escape the dash in the egrep pattern (using GNU egrep 2.14), but after that it worked great! f_result=`echo $result | egrep -o "${port}/udp [a-zA-Z0-9_-| ]+Nmap done"`
Reviewed 11 years ago