Hacker News new | ask | show | jobs
by avh02 3312 days ago
not worth a PR (cos it's opinion and a specific application), but if you have aria2c on your machine you can do something like:

aria2c -i permiturls.txt

to download file lists.

2 comments

You could also xargs -n 1 curl -O <permiturls.txt. No need for special tools :)
wget supports the same :)
ah, I had a feeling one of the more common methods did... i even checked the curl man page but not wget's :(