Thursday, 5 September, 2019
[kevshaw@451]$ history
1 w
2 ls -al | less
3 ls -al /etc
4 ls -al /etc | less
5 ls -al /etc ~
6 ls -al ~ ~adamskl/
7 ls -al ~ ~adamskl/ > file
8 less file
9 ls -al ~ ~adamskl/ 2> file2
10 cat file file2
11 cat file
12 rm file2
13 ls -al ~adamskl/ 2>> file
14 cat file
15 ls -l
16 chmod 700 file
17 ls -l
18 chmod 600 file
19 ls -l
20 chmod 700 file
21 ls -l
22 pwd
23 ./file
24 chmod 600 file
25 ls -l
26 chmod x file
27 ls -l
28 rm file
29 date
30 cal
31 bc
32 ls
33 less bor
34 rm bor
35 wget https://yea4.us/451/data/bor
36 ls
37 ed bor
38 less bor
39 vi file
40 less file
41 rm file
42 vi file
43 less file
44 nano file
45 rm file
46 ls -al ~adamskl/ > file
47 less file
48 ls -al ~ ~adamskl/ > file
49 less file
50 ls -al ~ ~adamskl/ > file2
51 ls -l
52 diff file file2
53 rm file*
54 ls -l
55 man ls
56 ls -h
57 ls --help
58 ls --help | less
59 adventure
[kevshaw@451]$