Shell脚本实现批量下载资源并保留原始路径
示例资源列表
如url.txt:
http://su.bdimg.com/static/superplus/img/logo_white_ee663702.png http://su.bdimg.com/static/superplus/img/logo_white_ee663703.png http://su.bdimg.com/static/superplus/img/logo_white_ee663701.png http://su.bdimg.com/static/superplus/img/logo_white_ee663704.png http://su.bdimg.com/static/superplus/img/logo_white_ee663705.png http://su.bdimg.com/static/superplus/img/logo_white_ee663706.png
我们需要下载这些图片,并保存在各自的文件夹下。
脚本如下
如download.sh
#!/bin/bash #desc:downloadresource #author:十年后的卢哥哥
mydir=`pwd`
whilereadline do { if[-n"$line"] then cd$mydir url=$(echo"$line"|tr-d'\r') picdir=$(echo$url|sed-r's/http:\/\///g') picname=$(echo${picdir##*/}) picpath=$(echo${picdir%/*}) mkdir-p$picpath cd$picpath wget-O$picname`echo$url` fi } done<$1 exit0
热门推荐
10 对患者生日祝福语简短
11 结婚祝福语简短装备
12 周岁祝福语学生文案简短
13 订婚领证祝福语简短精辟
14 导师获奖祝福语大全简短
15 新婚购房祝福语简短精辟
16 牛年祝福语简短的爱人
17 送芒果的祝福语简短
18 送给学长毕业祝福语简短