Basic Mathematics from shell command line

It is possible to do a lot of calculations from command shell itself without using any spreadsheet applications or scripting languages like perl or python. What we require is simple un*x applications like, bc, xargs, awk etc. To sum a list of numbers There are many different ways to do that, but the best wayContinue reading “Basic Mathematics from shell command line”