diff options
author | Dave Reisner <d@falconindy.com> | 2010-01-13 09:38:39 -0500 |
---|---|---|
committer | Dave Reisner <d@falconindy.com> | 2010-01-13 09:38:39 -0500 |
commit | 904f8e12e3c2a8892f37191750e2027ab6d72c61 (patch) | |
tree | 77e3f82716ba5be1f8782aec68c136f8e0f255de /squashfu | |
parent | a52b1f456d133159755aa9671ed49d6aaa124ec3 (diff) | |
download | squashfu-904f8e12e3c2a8892f37191750e2027ab6d72c61.tar.gz |
Change first column heading of report to 'Bin ID'
Diffstat (limited to 'squashfu')
-rwxr-xr-x | squashfu | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -308,7 +308,7 @@ action_report () { echo # Enumerate bins, sort date order, print human readable create date and size OLDIFS=$IFS;IFS='$:' - printf "%10s\t%25s\t%7s\n" "Bin" "Date Created" "Size" + printf "%10s\t%25s\t%7s\n" "Bin ID" "Date Created" "Size" grep -vE "^[\t ]*$" "$BINVENTORY" | sort -r -k2 -n | while read bin stamp; do printf "%10d\t%25s\t%7s\n" $bin \ "$(date --rfc-3339=seconds --date="1970-01-01 $stamp sec GMT")" \ |