Salut,

Le Vendredi 16 Mars 2001 14:48, vous avez écrit :

> Comment faire pour indiquer une condition dans un script ?

> #!/bin/sh
> #
>  mv /origin/plan.tif /spool/plan.tif

je te propose :

if [ -f /origin/plan.tif ]
then
    mv /origin/plan.tif /spool/plan.tif
fi


Tom.
-- 
Thomas Pimmel
email : [EMAIL PROTECTED]
http : http://www.ringard.org

Répondre à