On Fri, 1 Mar 2002, Alex 'CAVE' Cernat wrote:
> salut
>
> ma intereseaza si me mine un program linie de comanda care sa-mi ia un jpeg si
> sa-mi zica 0 - totul e ok ( sau pare )
> > 0 - jpeg bushit ... a se lua din nou
>
> sigur exista asa ceva, intrebarea e: a folosit cineva de pe lista vreunul ?
Ceva care merge la orice fel de imagini:
#!/bin/bash
if [ `convert $1 /dev/null` ] ; then
echo 'Broken: ' $1
fi
Flower
--
The difference between Bill Gates and God is
God knows that He is not Bill Gates
---
Send e-mail to '[EMAIL PROTECTED]' with 'unsubscribe rlug' to
unsubscribe from this list.