- 论坛徽章:
- 0
|
本帖最后由 todayhero 于 2014-06-17 13:41 编辑
@steelhorn
没看懂,你的脚本本身就是错的,无法执行,自然2.txt为空,不知是不是笔误。
请将下面的
》改为>>
改后的执行结果- [root@GO-EMAIL-1 ~]# cat 1.txt
- sina.com
- sohu.com
- [root@GO-EMAIL-1 ~]# cat 1.sh
- for i in `cat 1.txt`
- do curl www.aizhan.com/siteall/$i/ | grep "IP&asymp" | awk '{print $6,$8}' >> 2.txt
- # do echo www.aizhan.com/siteall/$i
- done
- [root@GO-EMAIL-1 ~]# sh 1.sh
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 100 46707 0 46707 0 0 261k 0 --:--:-- --:--:-- --:--:-- 592k
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 100 48196 0 48196 0 0 211k 0 --:--:-- --:--:-- --:--:-- 595k
- [root@GO-EMAIL-1 ~]# cat 2.txt
- 162,000 307,800</span></td>
- 28,140,000 115,655,400</span></td>
复制代码 |
|