-
Notifications
You must be signed in to change notification settings - Fork 0
/
history.txt
206 lines (206 loc) · 2.97 KB
/
history.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
pwd
cd /Users
cd ~
ls
cd /Users
ls
cd
ls
cd Projects/teaching/cse583/history/
ls
source start_history_tracking.source_me.bash
cd
mkdir
mkdir --help
mkdir -h
cd --help
man mkdir
mkdir pronto
ls
cd pronto/
ls
ls -a
ls -l
ls -la
pwd
cd ..
pwd
cd pronto/
ls
touch puppies.txt
ls
cp --help
cp puppies.txt doggies.txt
ls
mv doggies.txt kitties.txt
ls
ls *.txt
rm --help
man rm
rm kitties.txt
ls
mkdir pets
ls
touch pets/kitties.txt
ls
ls pets/
rm pets
rmdir pets
rm pets/kitties.txt
rmdir pets
ls
rm puppies.txt
touch README.txt
touch readme.txt
ls
touch readme.txt
touch rabbits.txt
ls
nano README.txt
nano README.txt
nano README.txt
cat README.txt
nano README.txt
cat README.txt
more README.txt
less README.txt
head README.txt
head -5 README.txt
tail README.txt
ls ~/Desktop/
cat ~/Desktop/IMG_0143.JPG
1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2cqq
history
# this is a comment
history
echo hello bryna
history
history | history.txt
history > history.txt
ls
cat history.txt
curl www.google.com
curl --help
curl -o index.html www.google.com
ls
cat index.html
rm index.html
curl -o index.html www.google.com
wc -l index.html
pwd
ls
rm index.html
rm rabbits.txt
curl -O https://s3.amazonaws.com/pronto-data/open_data_year_one.zip
ls
head open_data_year_one.zip
ls
unzip open_data_year_one.zip
ls
mkdir pronto_data
mv 2015_*.csv pronto_data/
ls
ls pronto_data/
cd pronto_data/
head 2015_trip_data.csv
open 2015_trip_data.csv
ls
cd .//
ls
cd ../
ls
touch get_pronto_data.bash
ls
nano get_pronto_data.bash
ls
rm open_data_year_one.zip
rm pronto_data/*.csv
ls
rmdir pronto_data/
ls
nano get_pronto_data.bash
nano get_pronto_data.bash
nano get_pronto_data.bash
nano final_pronto_script.bash
bash final_pronto_script.bash
ls -l
chmod -h
man chmod
chmod u+x final_pronto_script.bash
ls -l
ls -al ~/.ssh
ls -al ~/.ssh
cd .ssh
cd
cd .ssh
cat id_ed25519.pub
echo ssh-keygen -t ed25519 -C "[email protected]"
ssh -T [email protected]
cd
cd Projects/teaching/
ls
rm -rf guacamole/
git clone [email protected]:bhazelton/guacamole.git
ls
cd guacamole/
ls
ls -a
touch ingredients.txt
ls
nano ingredients.txt
git status
git add ingredients.txt
git status
git diff
git commit
git config --global core.editor "nano -w"
echo git config --global user.name "your_name_here"
echo git config --global user.email "your_email_here"
git config --list
git status
git commit
git status
git push
cd his
cd cse583/
cd ..
source cse583/start_history_tracking.source_me.bash
pwd
ls
jupyter notebook python_vars_and_flow_control.ipynb
bg
fg
bg
jupyter notebook python_vars_and_flow_control.ipynb &
bg
fg %2
jobs
cd /mnt/c/Users/dacb/Documents/UWSEDS/
ls
cd uwseds.github.io/
vim syllabus.md
git add syllabus.md
git commit -m "fixed link to HW1"
git push
vim syllabus.md
git add syllabus.md
git commit -m "added link to today's video"
git push
cd cse583/
lks
ls
git pull
source start_history_tracking.source_me.bash
CD ~
cd ~
nano nels.py
cat nels.py
python
nano nels.py
cat nels.py
python
nano nels.py
python
cat nels.py
nano nels.py
python