In: , , , , , ,
On: 2005 / 02 / 28 Viewed: 70926 times
Shorter URL for this post: http://ozh.in/4w

First, and probably last, Calvin and Hobbes Bash Script of the Day :

CODE:
  1. for year in `seq 85 95`; do
  2.   for month in `seq 1 12 | sed -e 's/^\(.\)$/0\1/'`; do
  3.     for day in `seq 1 31 | sed -e 's/^\(.\)$/0\1/'`; do
  4.       wget -b "http://www1.stfunoob.com/calvin_hobbes/$year/ch$year$month$day.gif";
  5.     done;
  6.   done;
  7. done;

... or manually browse the complete Calvin and Hobbes archive from 85 to 95, one strip a day, while it's online. Copyright infrigement ? You did not read this here.

Shorter URL

Want to share or tweet this post? Please use this short URL: http://ozh.in/4w

Metastuff

This entry "Calvin & Hobbes Bash Script Of The Day" was posted on 28/02/2005 at 10:26 am and is tagged with , , , , , ,
Watch this discussion : Comments RSS 2.0.

5 Blablas

  1. 1
    Yoda-BZH France »
    thought, on 28/Feb/05 at 6:40 pm # :

    for month in `seq -w 1 12`;do

    héwé

  2. 2
    Dave M. United States »
    thought, on 28/Feb/05 at 7:28 pm # :

    Thanks for that script! I was shocked to see the original site had gone away. Then I saw it was back somewhere else. Now I won't have to worry about it. I have all the images myself.

    That script was a little scary at first though. I was afriad that my webhost would pull the plug on it or something. It screamed! Hoever, I'm copying the last of the images to my computer, then I'll zap-em.

    I love Calvin & Hobbes, this will really be great!

  3. 3
    Ozh France »
    replied, on 28/Feb/05 at 10:42 pm # :

    Thanks Yoda ;)

  4. 4
    Kimberly United States »
    replied, on 05/Apr/05 at 2:55 pm # :

    How can I find a copy of the the C&H where Calving asks Hobbes about humar nature - if it's good or evil? I'd like to get a copy for my pastor!

    Thanks!

    Kimberly

  5. 5
    Mark Vice United States »
    wrote, on 12/Jun/10 at 1:20 pm # :

    I love it!

Leave a Reply

Comment Guidelines or Die

  • HTML: You can use these tags: <a href=""> <em> <i> <b> <strong> <blockquote>
  • Posting code: Post raw code (no <> &lt; etc) within appropriate tags : [php][/php], [css][/css], [html][/html], [js][/js], [sql][/sql], [xml][/xml], or generic [code][code]
  • Gravatars: Curious about the little images next to each commenter's name ? Go to Gravatar.
  • Spam: Various spam plugins on patrol. I'll put pins in a Voodoo doll if you spam me.
  • I will mark as Spam test comments, all comments with SEO names (ie "My Cool Online Shop" instead of "Joe") or containing forum-like signatures.

Read more ?