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

Show last authors
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}}