File size distribution: Difference between revisions

Content added Content deleted
m (→‎Windows: Remove vanity tags)
m (→‎{{header|REXX}}: added wording to the REXX section header.)
Line 411: Line 411:
=={{header|REXX}}==
=={{header|REXX}}==
This REXX version works for Microsoft Windows using the   '''dir'''   subcommand;   extra code was added for
This REXX version works for Microsoft Windows using the   '''dir'''   subcommand;   extra code was added for
<br>older versions of Windows that used suffixes to express big numbers &nbsp; (the size of a file).
<br>older versions of Windows that used suffixes to express big numbers &nbsp; (the size of a file), &nbsp; and also versions
<br>that used a mixed case for showing the output text.
<lang rexx>/*REXX program displays a histogram of filesize distribution of a directory structure(s)*/
<lang rexx>/*REXX program displays a histogram of filesize distribution of a directory structure(s)*/
numeric digits 30 /*ensure enough decimal digits for a #.*/
numeric digits 30 /*ensure enough decimal digits for a #.*/