From 727c0f73ee894a4d82fb76406fec226ada142e9a Mon Sep 17 00:00:00 2001 From: "Fred T. Hamster" Date: Sun, 10 Mar 2013 17:42:00 -0400 Subject: [PATCH] nicer printout. --- scripts/notes/info_overload_report.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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\ " -- 2.34.1