Thursday, 4 September, 2025
[kevshaw@451]$ history
1 date
2 ls
3 mkdir 20250904
4 ls
5 cd 20250904/
6 pwd
7 whoami
8 ls
9 ls -l
10 ls -la
11 cd .
12 cd ..
13 cd 20250904/
14 cd
15 cd 20250904/
16 wget https://biochemistry.prof/451/data/bor
17 ls
18 less bor
19 cat bor
20 cat bor | less
21 less bor
22 wget https://biochemistry.prof/451/data/streams
23 ls -al
24 cat streams
25 chmod x streams
26 ls -al
27 streams
28 ./streams
29 pwd
30 /u2/kevshaw/20250904/streams
31 ./streams
32 ./streams > tmpfile
33 cat tmpfile
34 ls
35 ls -la
36 rm tmpfile
37 ls -la
38 ./streams > /dev/null
39 ls -al
40 ./streams 2> /dev/null
41 ./streams 1> /dev/null
42 ./streams 2> /dev/null 1> tmp
43 ls -al
44 rm tmp
45 ed bor
46 grep Arms bor
47 cat bor
48 cat bor | less
49 grep Arms bor
50 nano bor
51 grep Arms bor
52 nano newfile
53 ls -al
54 cat newfile
55 cd
56 rmdir 20250904/
57 rm -rf 20250904/
58 ls
59 mkdir 20250904
60 ls
61 nano 20250904/file
62 ls
63 ls 20250904/
64 rm 20250904/
65 rm 20250904/ -rf
66 ls
67 adventure
[kevshaw@451]$