/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
for i in {1..50}; do wget "http://primes.utm.edu/lists/small/millions/primes$i.zip"; done