Convoluted Column Arithmetic Examples Using Awk On Linux Or Unix

47
Today’s going to be a “fun with awk” day. I figure we should have one now because we never had them in school when I was a kid… The topic, as the title suggests, has to do with columnar arithmetic or, less pompously put, performing arithmetic operations on columns or, even more accessibly, adding stuff up 😉 It’s somewhat like our older post on doing simple cumulative math with awk, but slightly more confusing.

Link: linuxshellaccount.blogspot.com

Category:

  • Linux