1416 links
  • Animal
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
page 1 / 1
1 results tagged Addition x
  • linux - Add up a column of numbers at the Unix shell - Stack Overflow

    La commande shell utile pour additionner une colonne de nombres, grâce à l'outil awk.

    Soit le fichier suivant :

    cat monfichier
    3
    183
    10
    69

    Pour additionner ces nombres, j'utilise la commande awk suivante :

    cat monfichier | awk '{total = total + $1}END{print total}'

    Le résultat affiché est bien entendu 265.

    Tue Jan 15 16:37:14 2019 - permalink -
    QRCode
    - https://stackoverflow.com/questions/926069/add-up-a-column-of-numbers-at-the-unix-shell/926146#926146
    Addition awk Bash Colonne Linux
Links per page: 20 50 100
page 1 / 1
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation