Page 2 of 2

Posted: Mon May 11, 2009 11:37 pm
by megabreit
@gfoot: At the beginning I thought that this would be easy to solve with just shell. Everything was done in shell except the final hex-bin conversion. hex-bin conversion really sux in *sh. So I chose the right tool at the right time (could be awk or something else too, it depends on the situation and filling level of the coffee machine :-) ) At that particular point I was to lazy to re-code the whole thing in perl, the problem was solved anyway...
I'm an admin... I start typing shell commands while I'm thinking. I start programming first if this approach does not work anymore :lol: ...worked perfectly in this case.

Posted: Tue May 12, 2009 7:11 am
by gfoot
I know what you mean - I used to do a lot of thing in shell scripts. I just kind of realised that nearly everything I was doing with shell scripts ended up, at least somewhere in the script, either messy or completely impractical. Even things that start small often grow a bit. So I decided I might as well just go straight to Python by default. Some things end up longer, but there's always os.system if you really want to run an external tool.

Posted: Wed Jun 23, 2010 3:51 pm
by rmplpmpl
Gosh, reading about your nice solutions I feel ashamed by now.
As PHP is my best pick I wrote a small script to get me the filenames. Took ages anyway (just to get the idea to do so).
After putting the filenames into a single file and examination of the first pic I completely ran out of ideas (I checked the file lenghts of course but since the first few with the png header are identical to the file name I didn't look any further).
So it took me a hint from the forum to look again...

Actually I wasn't looking at the file sizes but at the content length (strlen)... just by reading this thread I did remember that this is of course the same for txt files.

Anyway, brilliant challenge!

Posted: Thu Feb 07, 2013 7:42 am
by MalNivek
I think this can be refined, but I'm stopping here :P

echo -e -n "`find ./ -name *.txt | sort | xargs ls -l | awk '{print $5}' | xargs printf "\\\\\x%x"`" > answer.png

Posted: Thu Dec 03, 2015 9:10 pm
by Hippo
Hmmm, I have not read the filenames. Let me see the 2nd image.

... OK :) as expected