Guest User

Untitled

a guest
Jan 16th, 2019
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. awk -v col=2 '{sum+=$col}END{print sum}' input-file
  2.  
  3. bob 1
  4. dave 2
  5. alice 3.5
  6. foo bar
Add Comment
Please, Sign In to add comment