Unix/ls: Difference between revisions

Content deleted Content added
update Clojure example to print names
m Verbage
Line 146:
Lists all files and directories in the current directory. If you only want a list of files:
<lang zkl> File.glob("*",0x8)</lang>
UsingThe glob method uses Unix shell wild cards.
 
The globular method recurses down through the directories.