Linux学习之路
wujing168
全部博文(321)
sys(6)
web(1)
内核参数优化(13)
内核(1)
2017年(1)
2016年(1)
2015年(12)
2014年(17)
2013年(78)
2012年(15)
2011年(17)
2010年(67)
2009年(102)
2008年(11)
网鱼儿
飞天二狭
changchu
tttxxx
hxl
belpois
hjshajsh
qingheli
wb123456
gaokeke1
格伯纳
浪花小雨
分类: LINUX
2010-06-23 16:47:12
while read urldosleep 1wget -b “$url”done 其中的fileurl是你的列表文件。下面是优化版: while read urldowget -b “$url” -o /dev/nulldone
其中的fileurl是你的列表文件。下面是优化版:
while read urldowget -b “$url” -o /dev/nulldone
上一篇:关于squid对gzip压缩的支持(支持nginx,IIS,apache) 2.7 以下
下一篇:FreeBSD学习笔记29-pureftpd的mysql认证
登录 注册