Help for this page

Select Code to Download


  1. or download this
       perl -wne '$sum += (stat)[7]}{print "$sum\n"'
    
  2. or download this
       @suf=qw(B KB MB GB TB);while($sum>=1024){$sum/=1024;shift @suf}prin
    +t $sum," ",shift @suf