Help for this page

Select Code to Download


  1. or download this
    perl -F//
         -lane 'BEGIN{$/=\1024}
                $x[$_]++for@F;
                END{print $x[$_]for 0..9}'
         /path/to/pi