for ip in list_of_hostnames; do host $ip done On Thu, 4 Dec 2014, Raymond Norton wrote: > I want to review out networks periodically for current dns records, using the > host dns lookup tool. I would like to use a bash script and have it look up > 30-50 IPs per run. Anyone have a simple script for this? > >