Would be easy to script in bash however you would need to decide what info you wanted to keep out off each whois request. here is some bash to get started.
I'll see if I can add a way to go into each file in a sec.Code:#!/bin/sh for LINE in `cat ip.txt` do echo "Got [$LINE]" whois $LINE >> customer.log done



I am always willing to help people with legitimate requests for work.