1. # Download report from https://www.amazon.com/gp/b2b/reports and run this script with the CSV as the only argument.
  2.  
  3. cat $* | cut -d, -f14 | grep -v Sub | xargs | tr ' ' '+' | bc