История изменений
Исправление roman77, (текущая версия) :
while read url; do
wget $url
done <urllist.txt
http://stackoverflow.com/questions/1521462/looping-through-the-content-of-a-f...
Исправление roman77, :
while read url; do
wget $url
done <urllist.txt
Исходная версия roman77, :
while read url; do
wget $url
done <urllist.txt