Unix/ls: Difference between revisions

Content deleted Content added
Grondilu (talk | contribs)
Perl 6 entry
Grondilu (talk | contribs)
Line 16:
=={{header|Perl 6}}==
 
There is a <prett>dir</prett> builtin command which returns a list of IO::Path objects.
 
<lang perl6>.say for sort dir</lang>