Retourner au contenu associé (entrée de forum : GREP ? recherche dans un fichier > -100)
Posté par zerkman le 23 mars 2010 à 23:17. En réponse au message GREP ? recherche dans un fichier > -100. Évalué à 2.
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
# awk
Posté par zerkman . En réponse au message GREP ? recherche dans un fichier > -100. Évalué à 2.
awk '{if (1ドル > -100) print 0ドル}' toto.txt
ça affiche toutes les lignes qui commencent par un nombre plus grand que -100.
Et si ton format c'est autre chose, peux-tu détailler STP ?