Commifying Numbers in Linux: Not as Easy as it Looks
Today I had a need to process large numbers of PostgreSQL database tables and report how many rows were in each.Β Once I had that information, I needed to do some additional math on this data and then print it out in a nice formatted manner.Β And for reasons I won't go into, I had to use shell. But it was all very trivial...until I got to that last part.Β It involves commification. Is that even a word?Β My browser's spell...
Read More