diff options
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")" \ |