Live data from Hacker News

Holiday Script : Resize Photo Tree

kirubakaran.com

1–6 of 6 posts

Re: Holiday Script : Resize Photo Tree

#3
What does it say about me that I'd have used bash and find and convert and done it in a few lines?

I'm thinking:

Reproduce directory structure: 'find' and 'mkdir'

Resize images: 'find' and 'convert'

Maybe a couple lines for stating the usage.

Re: Holiday Script : Resize Photo Tree

#4

What does it say about me that I'd have used bash and find and convert and done it in a few lines? I'm thinking: Reproduce directory structure: 'find' and 'mkdir' Resize images: 'find' and 'convert' Maybe a couple lines for stating the usage.

Sure, if you handle all the edge cases properly :-)

Re: Holiday Script : Resize Photo Tree

#6

What does it say about me that I'd have used bash and find and convert and done it in a few lines? I'm thinking: Reproduce directory structure: 'find' and 'mkdir' Resize images: 'find' and 'convert' Maybe a couple lines for stating the usage.

Lets see who submits the shortest code to do the same in bash, perl, etc? and how short we can go? Let the competition begin...