Hello,
How can I get some all the text of a line between two string field separators? For example, how do I get the IP number contained between the words "from" an "at" from the following log?
..........received from 192.168.1.10 at ....
I need to specify from and at as field separators because the log lines are irregular.
Thanks in advance,
jmiturbe
How can I get some all the text of a line between two string field separators? For example, how do I get the IP number contained between the words "from" an "at" from the following log?
..........received from 192.168.1.10 at ....
I need to specify from and at as field separators because the log lines are irregular.
Thanks in advance,
jmiturbe