I have a big list of URLs to files. What's the easiest way to download all of them?
@icedquinn@blob.cat @worldsendless@qoto.org aria2 i think is the current state of the art. i've been meaning to set it up because it's the sort of thing you can throw urls at and come back to a folder full of shit ^_^
@icedquinn I was unaware of parallel. I installed it, blinked, and the process was done!
@worldsendless a line or two bash script that calls curl.
@worldsendless wget?
@worldsendless I'd think GNU parallel with wget.