Hello,
try this where one.csv is your file and it will create a file with the IP address as the name with the whois data,
for x in `cat one.csv | sed s/\"//g | awk -F, {' print $2 '} `; do whois $x > $x; done
rch1231
Veteran Poster
1,040 posts since Sep 2009
Reputation Points: 142
Solved Threads: 154
Skill Endorsements: 12