Scale byte values FIXED by MG

#!perl -p
if($_>1023){for($i=0;$_>1023;++$i){$_/=1023};$_=sprintf"%.2f %s\n",$_,(_,"KB","MB")[$i]}

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page