Return to Snippet

Revision: 25067
at March 18, 2010 20:53 by adkatrit


Initial Code
for i in {1..50}; do wget "http://primes.utm.edu/lists/small/millions/primes$i.zip"; done

Initial URL


Initial Description


Initial Title
download the first 50,000,000 prime numbers

Initial Tags
number, mac, osx

Initial Language
Bash