Wednesday, November 28, 2007

seq host

I looked up all the hosts in a subnet with:
for x in `seq 1 100`; do host 123.456.78.$x; done;
No big deal, but I'll log it here.

No comments: