Retourner au contenu associé (entrée de forum : recherche mot dans fichiers ascii)
Posté par Alex le 15 juillet 2009 à 17:29. En réponse au message recherche mot dans fichiers ascii. Évalué à 6.
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
[^] # Re: man grep
Posté par Alex . En réponse au message recherche mot dans fichiers ascii. Évalué à 6.
du type
find -size -1M -type f -exec grep toto '{}' \;
(de tête, commande non testée)