Ls

From PyMOLWiki
Revision as of 19:02, 15 May 2010 by Orbeckst (talk | contribs) (typo corrected)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

ls lists contents of the current working directory. PyMOL comes with a few commands that allows the user to traverse a directory structure and list files. This is a powerful tool if you have many directories full of files --- you don't have to quit PyMOL, you can just cd to the directory and ls to find the contents.

USAGE

ls [pattern]
dir [pattern]

EXAMPLES

# list all files in the current directory
ls

# list all files ending in, pml, in the current directory. 
ls *.pml

SEE ALSO

Cd, Pwd, System