Difference between revisions of "Ls"

From PyMOLWiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
===DESCRIPTION===
 
===DESCRIPTION===
+
'''ls''' lists contents of the current working directory.
  List contents of the current working directory.
+
 
 
 
===USAGE===
 
===USAGE===
   
+
  ls [pattern]
  ls [pattern]
+
dir [pattern]
  dir [pattern]
+
 
 
 
===EXAMPLES===
 
===EXAMPLES===
   
+
  ls
  ls
+
ls *.pml
  ls *.pml
+
 
 
 
===SEE ALSO===
 
===SEE ALSO===
+
[[Cmd cd]], [[Cmd pwd]], [[Cmd system]]
  [[Cmd cd]], [[Cmd pwd]], [[Cmd system]]
 
  
 
[[Category:Commands|ls]]
 
[[Category:Commands|ls]]

Revision as of 14:48, 10 January 2006

DESCRIPTION

ls lists contents of the current working directory.

USAGE

ls [pattern]
dir [pattern]

EXAMPLES

ls
ls *.pml

SEE ALSO

Cmd cd, Cmd pwd, Cmd system