I have such textfile:
313 "88.68.245.12"
189 "87.245.108.11"
173 "84.134.230.11"
171 "87.143.88.4"
158 "77.64.132.10"
....
I want to grep
only the IP from the first 10 lines, run whois
over the IP adress and from that output I want to grep
the line where it says netname
.
How can I achieve this?