How to List Files and Directories in console

Version 1.1 by Leon Poon on 2018/12/24 09:43

To list the things contained inside the current working directory, type:

ls

to show the names.

For long (extended) output, type:

ls -l