Unix/ls: Difference between revisions

no edit summary
(GP)
No edit summary
Line 1:
{{draft task}}
Write a program that will list everything in the current folder, similar to the Unix utility “<tt>ls</tt>” [http://man7.org/linux/man-pages/man1/ls.1.html] (or the Windows terminal command “<tt>DIR</tt>”). The output must be sorted, but printing extended details and producing multi-column output is not required.
 
Line 108:
'DIR /b /oN' /*use Windows DIR: sorts & lists.*/
/*stick a fork in it, we're done.*/</lang>
 
=={{header|Ruby}}==
 
=={{header|Rust}}==
2,172

edits