• [^] # Re: man grep

    Posté par . En réponse au message recherche mot dans fichiers ascii. Évalué à 6.

    sinon man find pour virer les gros fichiers
    du type
    find -size -1M -type f -exec grep toto '{}' \;
    (de tête, commande non testée)