Last modified by Leon Poon on 2021/03/23 13:16

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}}