in reply to Re: How to grep some string(IP:port) from text file and print into txt file
in thread How to grep some string(IP:port) from text file and print into txt file

ooops:
$ echo '| foo:bar ' | perl -nle'print for /\|\s+([\w.:]+)\s+/;' foo:bar
  • Comment on Re^2: How to grep some string(IP:port) from text file and print into txt file
  • Download Code