From: Fred T. Hamster Date: Sun, 10 Mar 2013 21:42:00 +0000 (-0400) Subject: nicer printout. X-Git-Tag: 2.140.90~1059 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=727c0f73ee894a4d82fb76406fec226ada142e9a nicer printout. --- diff --git a/scripts/notes/info_overload_report.sh b/scripts/notes/info_overload_report.sh index c7fb9f93..72a341e6 100644 --- a/scripts/notes/info_overload_report.sh +++ b/scripts/notes/info_overload_report.sh @@ -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\ "