Hacker News new | past | comments | ask | show | jobs | submit login

In parallel:

    for i in `seq -w 19`; do 
      wget "http://hackermonthly.com/xmas/hackermonthly-issue0"$i".zip" &
    done
    wait



Let's not forget GNU parallel, that would be naughty ;-)

    seq -w 19 |
    parallel wget http://hackermonthly.com/xmas/hackermonthly-issue0{}.zip
;-)


this guy's servers must be crying.



Don't download in parallel! No wonder his servers are crawling...

No good deed goes unpunished, indeed.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: