Skip to content

Instantly share code, notes, and snippets.

@josuecau
Created March 24, 2018 11:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save josuecau/bfad178aabcac3c7aaca5d16b9bcfa6b to your computer and use it in GitHub Desktop.
Save josuecau/bfad178aabcac3c7aaca5d16b9bcfa6b to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
input="${1:-/dev/stdin}"
awk '{s+=$1} END {print s}' "$input"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment