• [^] # RESOLU

    Posté par . En réponse au message lire et interpreter un fichier ligne par ligne. Évalué à 1.

    Au fait, j'ai trouvé mon bonheur dans

    cat monFichier | while read ligne
    do
    arg1=`echo $ligne | cut -d'_' -f1`
    arg2=`echo $ligne | cut -d'_' -f2`
    arg3=`echo $ligne | cut -d'_' -f3`

    maCommandeSQL

    done