Ls: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
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 13: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