Frage zu Imagemagick

Uli Kleemann hackbox at lug-saar.de
Son Jan 20 13:52:12 GMT 2008


Hi Michael,

da kann ich dir gleich 3 Buecher empfehlen:

O' Reilly "Learning the bash"  
mitp Patrick Ditchen " Shell-Skript Programmierung"
und als schnelles Nachschlagewerk fuer solche Aufgaben

mitp Dave Taylor " Raffinierte Shell Scripts - 101 hacks"

Dazu 3 Kannen Kaffee und 2 Schachteln Aspirin -es wird nicht alles auf Anhieb funktionieren und das erste Buch ist eher was fuer eine ausgiebige Sitzung auf dem Lokus.

Viel Spass am Geraet

Uli


On Sat, 19 Jan 2008 14:09:25 +0100
Christian Brabandt <cblists at 256bit.org> wrote:

> Hi Michael!
> 
> On Sat, 19 Jan 2008, Michael Kleinschnitker wrote:
> 
> > #! /bin/bash
> > 
> > for i in *.JPG;
> > 	do convert $i $(basename $i).tiff;
>  	do convert "$i" ${i%%.JPG}.tiff;
> > done
> > 
> > 
> > Und könnt ihr mir dem Zuge vielleicht auch gleich noch ein gutes Buch
> > über Shell Scripte empfehlen?
> 
> man bash, Advanced Bash Scripting Guide¹, diverse Websites
> Gute Bücher kenne ich nicht.
> 
> ¹http://tldp.org/LDP/abs/html/
> 
> Mit freundlichen Grüßen
> Christian
> -- 
> hundred-and-one symptoms of being an internet addict:
> 37. You start looking for hot HTML addresses in public restrooms.
> 
> -- 
> ubuntu-de mailing list
> ubuntu-de at lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-de


-- 
Uli Kleemann <hackbox at lug-saar.de>
Note: No Microsoft programs were used in the creation or distribution of this message. If you are using a Microsoft program to view this message, be forewarned that I am not responsible for any harm you may encounter as a result.