Unix/ls: Difference between revisions

Content deleted Content added
Tikkanz (talk | contribs)
→‎{{header|J}}: use utility
Line 132:
=={{header|J}}==
 
<lang J> >{."#.1!:0dir '*'</lang> NB. includes properties
> 1 dir '*' NB. plain filename as per task</lang>
 
Almost half of that is removing extra detail not relevant to this task.
 
=={{header|Mathematica}}==