My History
My History
2 man man
3 man ls
4 pwd
5 mkdir 240
6 ls
7 cd 240
8 pwd
9 an pwd
10 man pwd
11 pwd
12 man clear
13 man git
14 man grep
15 cd ~
16 cd $HOME
17 echo $HOME
18 cd 240
19 mkdir subdirectory
20 cd subdirectory/
21 mkdir subsubdir
22 cd subsubdir/
23 cd ./
24 cd /
25 cd 4HOME
26 cd $HOME
27 cd 240
28 cd subdirectory/
29 cd subsubdir/
30 cd ..
31 cd subsubdir/
32 cd ...
33 cd ../..
34 ls
35 mkdir lab01-cli
36 cd lab01-cli/
37 pwd
38 mkdir files
39 cd files
40 man touch
41 touch docfile1.docx docfile2.docx docfile3.docx txtfile1.txt txtfile2.txt
txtfile3.txt txtfile4.txt
42 ls
43 man ls
44 ls -G
45 ls -l
46 man ls
47 vi new_myfile.txt
48 cd 240
49 cd
50 cd 240/lab01-cli/
51 ls
52 cd files
53 vi new_myfile.txt
54 cd 240/
55 cd lab01-cli/files/
56 ls
57 vi new_myfile.txt
58 cat new_myfile.txt
59 vi new_myfile.txt
60 cat new_myfile.txt
61 man cat
62 man sed
63 sed -n 1,3p new_myfile.txt
64 sed -n 4,6p new_myfile.txt
65 vi new_script.sh
66 bash new_script.sh
67 ./myscript.sh
68 chmod u+x new_script.sh
69 ./myscript.sh
70 gzip -r lab01-cli
71 cd ..
72 gzip -r lab01-cli
73 cd ..
74 gzip -r lab01-cli/
75 ls
76 cd lab01-cli/
77 ls
78 cd files
79 cd $HOME
80 cd 240/
81 gzip -r lab01-cli
82 ls
83 cd lab01-cli/
84 ls
85 cd files/
86 ls
87 man gzip
88 man sed
89 gunzip
90 gunzip docfile
91 gunzip docfile1.docx
92 ls
93 gunzip *.docx
94 ls
95 gunzip doc*
96 gunzip 'doc'*
97 gunzip docfile2.docx
98 ls
99 gunzip txt*
100 ls
101 gunzip new*
102 ls
103 cd ../..
104 cd lab01-cli/
105 pwd
106 cd ..
107 tar -zcvf lab01-cli.tar.gz /home/2246143/240/lab01-cli
108 ls
109 pwd
110 firstname=Daria
111 lastname=Komogorteva
112 fullname="Daria Komogorteva"
113 echo $firstname
114 echo $fullname
115 echo $lastname
116 echo $firstname $lastname
117 echo lastname $firstname
118 set
119 set | less
120 printenv
121 printenv HOME
122 printenv SHELL
123 printenv USER
124 set HOME
125 set PS1
126 printenv PS1
127 printenv HOME
128 printenv
129 set
130 set | less
131 set ps1
132 printenv
133 set | less
134 printenv SHELL USER
135 export fullname
136 printenv fullname
137 echo $PS1
138 set | less /fullname
139 set | less
140 history
141 printenv fullname
142 clear
143 type ssh
144 man head
145 man tail
146 echo $num
147 num=5
148 echo $num
149 echo $PS1
150 BACKUPPS1=$PS1
151 echo BACKUPPS1
152 echo $BACKUPPS1
153 PS1="$\u@\h"
154 echo $BACKUPPS1
155 PS1="\w :"
156 PS1="\H $"
157 PS1="\h\W # "
158 PS1=$BACKUPPS1
159 PS1="\$ \u@\h"
160 PS1=$BACKUPPS1
161 printenv fullname
162 cd
163 cd 240
164 mkdir lab02
165 ls
166 cd lab02
167 vi my_lab02_script.sh
168 bash my_lab02_script.sh
169 whois
170 id
171 man whois
172 vi my_lab02_script.sh
173 echo whois
174 echo $whois
175 vi my_lab02_script.sh
176 echo $u@
177 vi my_lab02_script.sh
178 bash my_lab02_script.sh
179 vi my_lab02_script.sh
180 bash my_lab02_script.sh
181 vi my_lab02_script.sh
182 bash my_lab02_script.sh
183 cat my_lab02_script.sh
184 $history > my_history.txt
185 cat my_history.txt
186 history
187 history > my_history.txt