Download a series of files

curl "https://{foo,bar}.com/file\_[1-4].webp" --output "#1\_#2.webp"

Download a series of files (output foo_file1.webp, foo_file2.webp...bar_file1_webp, etc.)

Comments