Unix/ls: Difference between revisions

Content added Content deleted
m (→‎{{header|REXX}}: moved some comments around, changed wording in the REXX section header.)
Line 232: Line 232:
=={{header|Arturo}}==
=={{header|Arturo}}==


<lang arturo>print [dirContent "."]</lang>
<lang rebol>print list "."</lang>


=={{header|AWK}}==
=={{header|AWK}}==