how did the others done this level? I wanted to create a script but my favourite programm said
that the file is not default-conform; So I did it complete manually and it takes very long
I used a bash shell script, and it took several minutes - I didn't count iterations, but it must have been hundreds! I can't imagine doing that manually.
I also used PHP and then had the answer in an instant, most time I spent finding out the right PHP functions and how they work as the gzip library is not very well documented and some of the functions mentioned are not even present in the current release.
i've written a file identifier for work a while back. so this was the first tool ich used with doll.bin -- than it was pretty easy: gunzip as long as the file identifier reported 'application/gzip' as filetype.
aurora wrote:i've written a file identifier for work a while back. so this was the first tool ich used with doll.bin -- than it was pretty easy: gunzip as long as the file identifier reported 'application/gzip' as filetype.
That already exists, it's called "file" in unix. ;-)
I also used just one line of bash code. Long live coLinux! :-)