Ls: Difference between revisions
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. | |||
===USAGE=== | ===USAGE=== | ||
ls [pattern] | |||
dir [pattern] | |||
===EXAMPLES=== | ===EXAMPLES=== | ||
ls | |||
ls *.pml | |||
===SEE ALSO=== | ===SEE ALSO=== | ||
[[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