En réponse à kamel :

Hello,


> # !bin/sh

#!/bin/sh


> while [ i -le $NB_MAIL ]; do

while [ $i -le $NB_MAIL ]; do

Xavier

Répondre à