Toggle navigation
Log-in
CodePowered
Page Index
User Index
Application Index
Global
What's New
Wiki Index
Search
Computing Newbies
How to List Files and Directories in console
Wiki source code of
How to List Files and Directories in console
Version
1.1
by
Leon Poon
on 2018/12/24 09:43
Show last authors
author
version
line-number
content
1
To list the things contained inside the current working directory, type:
2
3
{{code}}
4
ls
5
{{/code}}
6
7
to show the names.
8
9
For long (extended) output, type:
10
11
{{code}}
12
ls -l
13
{{/code}}