Unix/ls: Difference between revisions

165 bytes added ,  4 years ago
Line 606:
 
=={{header|Furor}}==
The following program lists just the subdirectories, regular files and symlinks, because I do no need the anotherother gizmos generally, but based on these abovementioned file types it is easy to expand with them, if it is necessary.
 
The output is indeed sorted, but not all filetypes alltogether: the sorting algorythm is invoked for the different filetypes separately, because it is the way I like it!
 
<lang Furor>
Line 762 ⟶ 764:
 
It is not visible on the output above, but the digits in the filesize are colored, each 3 digits has different color.
 
 
 
 
 
=={{header|Gambas}}==
Anonymous user