nicer printout.
authorFred T. Hamster <fred@gruntose.com>
Sun, 10 Mar 2013 21:42:00 +0000 (17:42 -0400)
committerFred T. Hamster <fred@gruntose.com>
Sun, 10 Mar 2013 21:42:00 +0000 (17:42 -0400)
scripts/notes/info_overload_report.sh

index c7fb9f9358058a778cc5e15f16bb457c042b17ef..72a341e6150f13e4bfd7ba3d062ee7c1178109fa 100644 (file)
@@ -39,7 +39,7 @@ function format_report_line()
   local weight="$1"; shift
   weight=$((weight / 1024))
   local complexity="$1"; shift
-  echo "$count\t${weight}\t\t${complexity}\t\t$*\n"
+  echo "$count\t${complexity}\t\t${weight}\t\t$*\n"
 }
 
 # two parameters are needed: the directory to sum up and the label to use for it in the report.
@@ -94,7 +94,7 @@ full_report="\
 current information overload consists of:\n\
 \n\
 "
-full_report+="count\tweight (kb)\tcomplexity\tcategory\n\
+full_report+="count\tcomplexity\tweight (kb)\tcategory\n\
 ================================================================\n\
 "