Änderungen

Zur Navigation springen Zur Suche springen
121 Bytes hinzugefügt ,  19:35, 31. Jul. 2007
Zeile 5: Zeile 5:  
<pre>
 
<pre>
 
find /bilder/verzeichnis -type f >/tmp/filelist.txt
 
find /bilder/verzeichnis -type f >/tmp/filelist.txt
 +
awk '{print "File: \""$0"\"";system("convert -rotate \"+180\" \""$0"\" ps:jpg")}' /tmp/filelist.txt
 +
 +
oder (geht nicht!)
 +
 
awk '{print "File: \""$0"\"";system("convert -rotate \"+180\" ps:jpg \""$0"\"")}' /tmp/filelist.txt
 
awk '{print "File: \""$0"\"";system("convert -rotate \"+180\" ps:jpg \""$0"\"")}' /tmp/filelist.txt
 
</pre>
 
</pre>

Navigationsmenü