• Wincent
    Open
  • Blog
  • Wiki
  • Snippets
  • Tags
  • Search

Summing integers with BashEdit

Created 11/29/2012, updated 5/18/2017
$ awk '{s+=$1} END {print s}' some_file
  • bash
  • awk
  • wiki
Site
  • About
  • Blog
  • Wiki
  • Snippets
  • Tags
  • Search
External
  • GitHub
  • Twitter
  • YouTube
  • Facebook
  • LinkedIn
Colophon

Made by Greg Hurrell using React, Relay and GraphQL (with help from Git, Redis and Neovim).