|
|
ls - List Files |
The command ls shows you the contents of the current directory.
Using ls with options:
- -A : makes ls to also show hidden files. Computers don't
always show all files to users.
- -F : will make ls indicate each type of file. A /
after a filename indicates a directory and an * indicates
an executable file.
- -AF : You can run several options at once.
- -l :
|
|