Today I have a script that inside of it has a query that does a SELECT of the column name and the count of it. It can list more than 50+ different lines.
Ex.
BOOK 12
SHELF 2
DESK 3
Outline code:
[query] | while read unk_mtype_volume ; do
echo "$unk_mtype_volume"
done
I need to SUM every row number, to have a total.