Replace an IP address with it's whois using bash
- by user2099762
I have a traffic log similar to this
"page visited" for xxx.xxx.xxx.xxx at 2013-10-30
and I would like to replace the ip address with the result of it's whois lookup.
I can export the ip addresses to a separate file and then do a whois on each line, but im struggling to combine them all together.
Ideally i'd like to replace the ip address in…