#!/bin/bash
for ip in `cat ip.txt`
do
curl http://www.ip.cn/index.php?ip=${ip}
done
#!/bin/bash
for ip in `cat ip.txt`
do
curl http://www.ip.cn/index.php?ip=${ip}
done
上一篇:shell多线程控制
下一篇:atm仿真脚本
IP归属地批量查询
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M