Outils pour utilisateurs

Outils du site


linux:awk (lu 30178 fois)

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
linux:awk [02-05-2017 15:16]
edmc73
linux:awk [05-03-2018 14:55]
edmc73
Ligne 170: Ligne 170:
 </code> </code>
 Hope these examples help you to understand about formatting output and padding using printf statement in AWK scripting. Keep visiting www.linuxnix.com for more scripting tutorials and tips. Hope these examples help you to understand about formatting output and padding using printf statement in AWK scripting. Keep visiting www.linuxnix.com for more scripting tutorials and tips.
 +
 +
 +Réaliser une addtion sur une colonne avec AWK
 +  ps -u www-data -o user,size | sed 1d | awk '{ SUM += $2 } END { print $1" " SUM }'
linux/awk.txt · Dernière modification: 05-03-2018 14:55 de edmc73