download the first 50,000,000 prime numbers


/ Published in: Bash
Save to your folder(s)



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

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.