Unix/ls: Difference between revisions

Content deleted Content added
→‎{{header|REXX}}: added the REXX language. -- ~~~~
m →‎{{header|REXX}}: closed an HTML tag, changed a comment.
Line 77:
The following program works under Windows and used the Windows DIR command to list a bare-bones sorted list.
<lang rexx>/*REXX program lists contents of current folder (ala mode UNIX's LS). */
'DIR /b /on' /*use Windows DIR: to listsorts & sortlists.*/
/*stick a fork in it, we're done.*/</lang>
 
=={{header|Rust}}==