• # ls, grep, awk etc...

    Posté par . En réponse au message commandes shell. Évalué à 2.

    salut

    1.
    ls -l $fichier | awk '{ print 3ドル; }'

    2.
    find $dir -exec file {} \; | grep "text"

    3.
    cat fichier1 fichier2 > fichier3

    tout ça à condition d'avoir les programmes ls, awk, find, file, grep et cat sur ta machine (ce qui est probable).