Skip to content
Snippets Groups Projects
Commit 309c9c71 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

show file size as huma readable

parent 528c306a
No related branches found
No related tags found
1 merge request!224check rear backup - show file size as human readable
......@@ -138,7 +138,7 @@ data="$( for myiso in $( _getIsofiles )
fi
fi
printf "%-9s %3s d %-10s %s\n" $sStatus $iAgeD "$sBar" "$( ls -l $myiso )"
printf "%-9s %3s d %-10s %s\n" $sStatus $iAgeD "$sBar" "$( ls -lh $myiso )"
done
)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment