File size distribution: Difference between revisions

(Added C implementation for Windows.)
Line 116:
<pre>
C:\My Projects\threeJS>fileSize.exe "C:\My Projects" g
 
1832,300, 0.136463
Size Order < 10^ 0 bytes |█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████1770
Size Order < 10^ 1 bytes |1
Line 144:
</pre>
Note that it is possible to track files up to 10^24 (Yottabyte) in size with this implementation, but if you have a file that large, you shouldn't be needing such programs. :)
 
=={{header|Perl 6}}==
{{works with|Rakudo|2017.05}}
503

edits