2026.03.19 · THU · W12
Latest
People
Movies
TV
Topics
Home
›
How can I download multiple files stored in a text file with curl and xargs?
Source
How can I download multiple files stored in a text file with curl and xargs?
by
Eonil
(1 total)
“
cat file.txt | xargs -n1 curl -O”
—
Eonil
,
serverfault.com
Tagged:
CLI
,
Bash
,
CLI Magic