URL: https://linuxfr.org/forums/linux-general/posts/probleme-avec-la-commande-awk Title: PROBLEME AVEC LA COMMANDE AWK Authors: klio1985 Date: 2014年09月02日T19:46:13+02:00 License: CC By-SA Tags: awk Score: 0 Salut , J'ai un soucis avec la commande awk . Supposons que j'ai un fichier y.txt contenant : a 2 b 3 a 5 c 8 b 7 ...... Je veux utiliser awk pour avoir ce resultat : a 7 b 10 c 8 Ie la somme des a affecte a 'a' ainsi de suite . J'ai besoin de votre aide . Merci