Using wget to download your list
any idea to download using wilcard on wget ?
for non ftp and non directory listing websites
it seem impossible, but maybe some tricky ones ?
arz@niyala ~/work $ cat don.txt
http://www.abc.com/images/1.jpg
http://www.abc.com/images/2.jpg
arz@niyala ~/work $ for i in `cat don.txt`; do wget $i ; done
any idea to download using wilcard on wget ?
for non ftp and non directory listing websites
it seem impossible, but maybe some tricky ones ?
No comments:
Post a Comment