-
Notifications
You must be signed in to change notification settings - Fork 12
/
script3.sh
executable file
·364 lines (351 loc) · 17.9 KB
/
script3.sh
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
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
#!/bin/bash
tr '\r' '\n' < introduction.html > introduction2.html
tr '\r' '\n' < howto.html > howto2.html
tr '\r' '\n' < peer-learning.html > peer-learning2.html
# tr '\r' '\n' < metalearning.html > metalearning2.html
# tr '\r' '\n' < plns.html > plns2.html
# tr '\r' '\n' < plp.html > plp2.html
# tr '\r' '\n' < play.html > play2.html
# tr '\r' '\n' < informal_workplace.html > informal_workplace2.html
# tr '\r' '\n' < to_peeragogy.html > to_peeragogy2.html
tr '\r' '\n' < convening.html > convening2.html
tr '\r' '\n' < k12.html > k122.html
tr '\r' '\n' < researching.html > researching2.html
tr '\r' '\n' < organizing.html > organizing2.html
tr '\r' '\n' < structure.html > structure2.html
tr '\r' '\n' < student_syllabus.html > student_syllabus2.html
tr '\r' '\n' < connectivism.html > connectivism2.html
tr '\r' '\n' < participation.html > participation2.html
tr '\r' '\n' < workscape.html > workscape2.html
tr '\r' '\n' < cofac.html > cofac2.html
tr '\r' '\n' < coworking.html > coworking2.html
tr '\r' '\n' < designing_a_platform.html > designing_a_platform2.html
tr '\r' '\n' < assessment.html > assessment2.html
tr '\r' '\n' < profitability.html > profitability2.html
tr '\r' '\n' < patterns.html > patterns2.html
tr '\r' '\n' < patterns_heuristics.html > patterns_heuristics2.html
tr '\r' '\n' < technologies.html > technologies2.html
tr '\r' '\n' < wiki.html > wiki2.html
tr '\r' '\n' < realtime.html > realtime2.html
tr '\r' '\n' < get-involved.html > get-involved2.html
tr '\r' '\n' < action.html > action2.html
tr '\r' '\n' < style.html > style2.html
tr '\r' '\n' < meet-the-team.html > meet-the-team2.html
tr '\r' '\n' < license.html > license2.html
sed -i.bak s/\\\\n//g introduction2.html
sed -i.bak s/\\\\n//g howto2.html
sed -i.bak s/\\\\n//g peer-learning2.html
# sed -i.bak s/\\\\n//g metalearning2.html
# sed -i.bak s/\\\\n//g plns2.html
# sed -i.bak s/\\\\n//g plp2.html
# sed -i.bak s/\\\\n//g play2.html
# sed -i.bak s/\\\\n//g informal_workplace2.html
# sed -i.bak s/\\\\n//g to_peeragogy2.html
sed -i.bak s/\\\\n//g convening2.html
sed -i.bak s/\\\\n//g k122.html
sed -i.bak s/\\\\n//g researching2.html
sed -i.bak s/\\\\n//g organizing2.html
sed -i.bak s/\\\\n//g structure2.html
sed -i.bak s/\\\\n//g student_syllabus2.html
sed -i.bak s/\\\\n//g connectivism2.html
sed -i.bak s/\\\\n//g participation2.html
sed -i.bak s/\\\\n//g workscape2.html
sed -i.bak s/\\\\n//g cofac2.html
sed -i.bak s/\\\\n//g coworking2.html
sed -i.bak s/\\\\n//g designing_a_platform2.html
sed -i.bak s/\\\\n//g assessment2.html
sed -i.bak s/\\\\n//g profitability2.html
sed -i.bak s/\\\\n//g patterns2.html
sed -i.bak s/\\\\n//g patterns_heuristics2.html
sed -i.bak s/\\\\n//g technologies2.html
sed -i.bak s/\\\\n//g wiki2.html
sed -i.bak s/\\\\n//g realtime2.html
sed -i.bak s/\\\\n//g get-involved2.html
sed -i.bak s/\\\\n//g action2.html
sed -i.bak s/\\\\n//g style2.html
sed -i.bak s/\\\\n//g meet-the-team2.html
sed -i.bak s/\\\\n//g license2.html
sed -i.bak s/\\\\t//g introduction2.html
sed -i.bak s/\\\\t//g howto2.html
sed -i.bak s/\\\\t//g peer-learning2.html
# sed -i.bak s/\\\\t//g metalearning2.html
# sed -i.bak s/\\\\t//g plns2.html
# sed -i.bak s/\\\\t//g plp2.html
# sed -i.bak s/\\\\t//g play2.html
# sed -i.bak s/\\\\t//g informal_workplace2.html
# sed -i.bak s/\\\\t//g to_peeragogy2.html
sed -i.bak s/\\\\t//g convening2.html
sed -i.bak s/\\\\t//g k122.html
sed -i.bak s/\\\\t//g researching2.html
sed -i.bak s/\\\\t//g organizing2.html
sed -i.bak s/\\\\t//g structure2.html
sed -i.bak s/\\\\t//g student_syllabus2.html
sed -i.bak s/\\\\t//g connectivism2.html
sed -i.bak s/\\\\t//g participation2.html
sed -i.bak s/\\\\t//g workscape2.html
sed -i.bak s/\\\\t//g cofac2.html
sed -i.bak s/\\\\t//g coworking2.html
sed -i.bak s/\\\\t//g designing_a_platform2.html
sed -i.bak s/\\\\t//g assessment2.html
sed -i.bak s/\\\\t//g profitability2.html
sed -i.bak s/\\\\t//g patterns2.html
sed -i.bak s/\\\\t//g patterns_heuristics2.html
sed -i.bak s/\\\\t//g technologies2.html
sed -i.bak s/\\\\t//g wiki2.html
sed -i.bak s/\\\\t//g realtime2.html
sed -i.bak s/\\\\t//g get-involved2.html
sed -i.bak s/\\\\t//g action2.html
sed -i.bak s/\\\\t//g style2.html
sed -i.bak s/\\\\t//g meet-the-team2.html
sed -i.bak s/\\\\t//g license2.html
sed -i.bak s/post_content//g introduction2.html
sed -i.bak s/post_content//g howto2.html
sed -i.bak s/post_content//g peer-learning2.html
# sed -i.bak s/post_content//g metalearning2.html
# sed -i.bak s/post_content//g plns2.html
# sed -i.bak s/post_content//g plp2.html
# sed -i.bak s/post_content//g play2.html
# sed -i.bak s/post_content//g informal_workplace2.html
# sed -i.bak s/post_content//g to_peeragogy2.html
sed -i.bak s/post_content//g convening2.html
sed -i.bak s/post_content//g k122.html
sed -i.bak s/post_content//g researching2.html
sed -i.bak s/post_content//g organizing2.html
sed -i.bak s/post_content//g structure2.html
sed -i.bak s/post_content//g student_syllabus2.html
sed -i.bak s/post_content//g connectivism2.html
sed -i.bak s/post_content//g participation2.html
sed -i.bak s/post_content//g workscape2.html
sed -i.bak s/post_content//g cofac2.html
sed -i.bak s/post_content//g coworking2.html
sed -i.bak s/post_content//g designing_a_platform2.html
sed -i.bak s/post_content//g assessment2.html
sed -i.bak s/post_content//g profitability2.html
sed -i.bak s/post_content//g patterns2.html
sed -i.bak s/post_content//g patterns_heuristics2.html
sed -i.bak s/post_content//g technologies2.html
sed -i.bak s/post_content//g wiki2.html
sed -i.bak s/post_content//g realtime2.html
sed -i.bak s/post_content//g get-involved2.html
sed -i.bak s/post_content//g action2.html
sed -i.bak s/post_content//g style2.html
sed -i.bak s/post_content//g meet-the-team2.html
sed -i.bak s/post_content//g license2.html
pandoc --from=html --to=markdown introduction2.html > introduction.md
pandoc --from=html --to=markdown howto2.html > howto.md
pandoc --from=html --to=markdown peer-learning2.html > peer-learning.md
# pandoc --from=html --to=markdown metalearning2.html > metalearning.md
# pandoc --from=html --to=markdown plns2.html > plns.md
# pandoc --from=html --to=markdown plp2.html > plp.md
# pandoc --from=html --to=markdown play2.html > play.md
# pandoc --from=html --to=markdown informal_workplace2.html > informal_workplace.md
# pandoc --from=html --to=markdown to_peeragogy2.html > to_peeragogy.md
pandoc --from=html --to=markdown convening2.html > convening.md
pandoc --from=html --to=markdown k122.html > k12.md
pandoc --from=html --to=markdown researching2.html > researching.md
pandoc --from=html --to=markdown organizing2.html > organizing.md
pandoc --from=html --to=markdown structure2.html > structure.md
pandoc --from=html --to=markdown student_syllabus2.html > student_syllabus.md
pandoc --from=html --to=markdown connectivism2.html > connectivism.md
pandoc --from=html --to=markdown participation2.html > participation.md
pandoc --from=html --to=markdown workscape2.html > workscape.md
pandoc --from=html --to=markdown cofac2.html > cofac.md
pandoc --from=html --to=markdown coworking2.html > coworking.md
pandoc --from=html --to=markdown designing_a_platform2.html > designing_a_platform.md
pandoc --from=html --to=markdown assessment2.html > assessment.md
pandoc --from=html --to=markdown profitability2.html > profitability.md
pandoc --from=html --to=markdown patterns2.html > patterns.md
pandoc --from=html --to=markdown patterns_heuristics2.html > patterns_heuristics.md
pandoc --from=html --to=markdown technologies2.html > technologies.md
pandoc --from=html --to=markdown wiki2.html > wiki.md
pandoc --from=html --to=markdown realtime2.html > realtime.md
pandoc --from=html --to=markdown get-involved2.html > get-involved.md
pandoc --from=html --to=markdown action2.html > action.md
pandoc --from=html --to=markdown style2.html > style.md
# pandoc --from=html --to=markdown meet-the-team2.html > meet-the-team.md
pandoc --from=html --to=markdown license2.html > license.md
tr '\r' '\n' < heartbeat.html > heartbeat2.html
tr '\r' '\n' < carrying_capacity.html > carrying_capacity2.html
tr '\r' '\n' < creating_a_guide.html > creating_a_guide2.html
tr '\r' '\n' < discerning_a_pattern.html > discerning_a_pattern2.html
tr '\r' '\n' < moderation.html > moderation2.html
tr '\r' '\n' < newcomer.html > newcomer2.html
tr '\r' '\n' < pattern_language.html > pattern_language2.html
tr '\r' '\n' < polling_for_ideas.html > polling_for_ideas2.html
tr '\r' '\n' < praxis_vs_poeisis.html > praxis_vs_poeisis2.html
tr '\r' '\n' < roadmap.html > roadmap2.html
tr '\r' '\n' < roles.html > roles2.html
tr '\r' '\n' < wrapper.html > wrapper2.html
tr '\r' '\n' < specific_project.html > specific_project2.html
tr '\r' '\n' < isolation.html > isolation2.html
tr '\r' '\n' < magical_thinking.html > magical_thinking2.html
tr '\r' '\n' < messy_with_lurkers.html > messy_with_lurkers2.html
tr '\r' '\n' < misunderstanding_power.html > misunderstanding_power2.html
tr '\r' '\n' < navel_gazing.html > navel_gazing2.html
tr '\r' '\n' < stasis.html > stasis2.html
tr '\r' '\n' < stuck.html > stuck2.html
tr '\r' '\n' < from_peer_production.html > from_peer_production2.html
tr '\r' '\n' < cest_la_vie.html > cest_la_vie2.html
tr '\r' '\n' < distributed_project_management.html > distributed_project_management2.html
tr '\r' '\n' < improved_adaptivity.html > improved_adaptivity2.html
tr '\r' '\n' < research_funding.html > research_funding2.html
tr '\r' '\n' < whispering_gallery.html > whispering_gallery2.html
tr '\r' '\n' < living_the_oer_dream.html > living_the_oer_dream2.html
tr '\r' '\n' < making_our_own_tools.html > making_our_own_tools2.html
tr '\r' '\n' < paragogy.html > paragogy2.html
tr '\r' '\n' < technical_edge.html > technical_edge2.html
tr '\r' '\n' < prolegomena.html > prolegomena2.html
tr '\r' '\n' < peeragogy_helps.html > peeragogy_helps2.html
tr '\r' '\n' < starting_a_company.html > starting_a_company2.html
tr '\r' '\n' < steal_this_book.html > steal_this_book2.html
tr '\r' '\n' < strategy_as_learning.html > strategy_as_learning2.html
tr '\r' '\n' < we_are.html > we_are2.html
tr '\r' '\n' < young_aspiring_blogger.html > young_aspiring_blogger2.html
sed -i.bak s/\\\\n//g heartbeat2.html
sed -i.bak s/\\\\n//g carrying_capacity2.html
sed -i.bak s/\\\\n//g creating_a_guide2.html
sed -i.bak s/\\\\n//g discerning_a_pattern2.html
sed -i.bak s/\\\\n//g moderation2.html
sed -i.bak s/\\\\n//g newcomer2.html
sed -i.bak s/\\\\n//g pattern_language2.html
sed -i.bak s/\\\\n//g polling_for_ideas2.html
sed -i.bak s/\\\\n//g praxis_vs_poeisis2.html
sed -i.bak s/\\\\n//g roadmap2.html
sed -i.bak s/\\\\n//g roles2.html
sed -i.bak s/\\\\n//g wrapper2.html
sed -i.bak s/\\\\n//g specific_project2.html
sed -i.bak s/\\\\n//g isolation2.html
sed -i.bak s/\\\\n//g magical_thinking2.html
sed -i.bak s/\\\\n//g messy_with_lurkers2.html
sed -i.bak s/\\\\n//g misunderstanding_power2.html
sed -i.bak s/\\\\n//g navel_gazing2.html
sed -i.bak s/\\\\n//g stasis2.html
sed -i.bak s/\\\\n//g stuck2.html
sed -i.bak s/\\\\n//g from_peer_production2.html
sed -i.bak s/\\\\n//g cest_la_vie2.html
sed -i.bak s/\\\\n//g distributed_project_management2.html
sed -i.bak s/\\\\n//g improved_adaptivity2.html
sed -i.bak s/\\\\n//g research_funding2.html
sed -i.bak s/\\\\n//g whispering_gallery2.html
sed -i.bak s/\\\\n//g living_the_oer_dream2.html
sed -i.bak s/\\\\n//g making_our_own_tools2.html
sed -i.bak s/\\\\n//g paragogy2.html
sed -i.bak s/\\\\n//g technical_edge2.html
sed -i.bak s/\\\\n//g prolegomena2.html
sed -i.bak s/\\\\n//g peeragogy_helps2.html
sed -i.bak s/\\\\n//g starting_a_company2.html
sed -i.bak s/\\\\n//g steal_this_book2.html
sed -i.bak s/\\\\n//g strategy_as_learning2.html
sed -i.bak s/\\\\n//g we_are2.html
sed -i.bak s/\\\\n//g young_aspiring_blogger2.html
sed -i.bak s/\\\\t//g heartbeat2.html
sed -i.bak s/\\\\t//g carrying_capacity2.html
sed -i.bak s/\\\\t//g creating_a_guide2.html
sed -i.bak s/\\\\t//g discerning_a_pattern2.html
sed -i.bak s/\\\\t//g moderation2.html
sed -i.bak s/\\\\t//g newcomer2.html
sed -i.bak s/\\\\t//g pattern_language2.html
sed -i.bak s/\\\\t//g polling_for_ideas2.html
sed -i.bak s/\\\\t//g praxis_vs_poeisis2.html
sed -i.bak s/\\\\t//g roadmap2.html
sed -i.bak s/\\\\t//g roles2.html
sed -i.bak s/\\\\t//g wrapper2.html
sed -i.bak s/\\\\t//g specific_project2.html
sed -i.bak s/\\\\t//g isolation2.html
sed -i.bak s/\\\\t//g magical_thinking2.html
sed -i.bak s/\\\\t//g messy_with_lurkers2.html
sed -i.bak s/\\\\t//g misunderstanding_power2.html
sed -i.bak s/\\\\t//g navel_gazing2.html
sed -i.bak s/\\\\t//g stasis2.html
sed -i.bak s/\\\\t//g stuck2.html
sed -i.bak s/\\\\t//g from_peer_production2.html
sed -i.bak s/\\\\t//g cest_la_vie2.html
sed -i.bak s/\\\\t//g distributed_project_management2.html
sed -i.bak s/\\\\t//g improved_adaptivity2.html
sed -i.bak s/\\\\t//g research_funding2.html
sed -i.bak s/\\\\t//g whispering_gallery2.html
sed -i.bak s/\\\\t//g living_the_oer_dream2.html
sed -i.bak s/\\\\t//g making_our_own_tools2.html
sed -i.bak s/\\\\t//g paragogy2.html
sed -i.bak s/\\\\t//g technical_edge2.html
sed -i.bak s/\\\\t//g prolegomena2.html
sed -i.bak s/\\\\t//g peeragogy_helps2.html
sed -i.bak s/\\\\t//g starting_a_company2.html
sed -i.bak s/\\\\t//g steal_this_book2.html
sed -i.bak s/\\\\t//g strategy_as_learning2.html
sed -i.bak s/\\\\t//g we_are2.html
sed -i.bak s/\\\\t//g young_aspiring_blogger2.html
sed -i.bak s/post_content//g heartbeat2.html
sed -i.bak s/post_content//g carrying_capacity2.html
sed -i.bak s/post_content//g creating_a_guide2.html
sed -i.bak s/post_content//g discerning_a_pattern2.html
sed -i.bak s/post_content//g moderation2.html
sed -i.bak s/post_content//g newcomer2.html
sed -i.bak s/post_content//g pattern_language2.html
sed -i.bak s/post_content//g polling_for_ideas2.html
sed -i.bak s/post_content//g praxis_vs_poeisis2.html
sed -i.bak s/post_content//g roadmap2.html
sed -i.bak s/post_content//g roles2.html
sed -i.bak s/post_content//g wrapper2.html
sed -i.bak s/post_content//g specific_project2.html
sed -i.bak s/post_content//g isolation2.html
sed -i.bak s/post_content//g magical_thinking2.html
sed -i.bak s/post_content//g messy_with_lurkers2.html
sed -i.bak s/post_content//g misunderstanding_power2.html
sed -i.bak s/post_content//g navel_gazing2.html
sed -i.bak s/post_content//g stasis2.html
sed -i.bak s/post_content//g stuck2.html
sed -i.bak s/post_content//g from_peer_production2.html
sed -i.bak s/post_content//g cest_la_vie2.html
sed -i.bak s/post_content//g distributed_project_management2.html
sed -i.bak s/post_content//g improved_adaptivity2.html
sed -i.bak s/post_content//g research_funding2.html
sed -i.bak s/post_content//g whispering_gallery2.html
sed -i.bak s/post_content//g living_the_oer_dream2.html
sed -i.bak s/post_content//g making_our_own_tools2.html
sed -i.bak s/post_content//g paragogy2.html
sed -i.bak s/post_content//g technical_edge2.html
sed -i.bak s/post_content//g prolegomena2.html
sed -i.bak s/post_content//g peeragogy_helps2.html
sed -i.bak s/post_content//g starting_a_company2.html
sed -i.bak s/post_content//g steal_this_book2.html
sed -i.bak s/post_content//g strategy_as_learning2.html
sed -i.bak s/post_content//g we_are2.html
sed -i.bak s/post_content//g young_aspiring_blogger2.html
pandoc --from=html --to=markdown heartbeat2.html > heartbeat.md
pandoc --from=html --to=markdown carrying_capacity2.html > carrying_capacity.md
pandoc --from=html --to=markdown creating_a_guide2.html > creating_a_guide.md
pandoc --from=html --to=markdown discerning_a_pattern2.html > discerning_a_pattern.md
pandoc --from=html --to=markdown moderation2.html > moderation.md
pandoc --from=html --to=markdown newcomer2.html > newcomer.md
pandoc --from=html --to=markdown pattern_language2.html > pattern_language.md
pandoc --from=html --to=markdown polling_for_ideas2.html > polling_for_ideas.md
pandoc --from=html --to=markdown praxis_vs_poeisis2.html > praxis_vs_poeisis.md
pandoc --from=html --to=markdown roadmap2.html > roadmap.md
pandoc --from=html --to=markdown roles2.html > roles.md
pandoc --from=html --to=markdown wrapper2.html > wrapper.md
pandoc --from=html --to=markdown specific_project2.html > specific_project.md
pandoc --from=html --to=markdown isolation2.html > isolation.md
pandoc --from=html --to=markdown magical_thinking2.html > magical_thinking.md
pandoc --from=html --to=markdown messy_with_lurkers2.html > messy_with_lurkers.md
pandoc --from=html --to=markdown misunderstanding_power2.html > misunderstanding_power.md
pandoc --from=html --to=markdown navel_gazing2.html > navel_gazing.md
pandoc --from=html --to=markdown stasis2.html > stasis.md
pandoc --from=html --to=markdown stuck2.html > stuck.md
pandoc --from=html --to=markdown from_peer_production2.html > from_peer_production.md
pandoc --from=html --to=markdown cest_la_vie2.html > cest_la_vie.md
pandoc --from=html --to=markdown distributed_project_management2.html > distributed_project_management.md
pandoc --from=html --to=markdown improved_adaptivity2.html > improved_adaptivity.md
pandoc --from=html --to=markdown research_funding2.html > research_funding.md
pandoc --from=html --to=markdown whispering_gallery2.html > whispering_gallery.md
pandoc --from=html --to=markdown living_the_oer_dream2.html > living_the_oer_dream.md
pandoc --from=html --to=markdown making_our_own_tools2.html > making_our_own_tools.md
pandoc --from=html --to=markdown paragogy2.html > paragogy.md
pandoc --from=html --to=markdown technical_edge2.html > technical_edge.md
pandoc --from=html --to=markdown prolegomena2.html > prolegomena.md
pandoc --from=html --to=markdown peeragogy_helps2.html > peeragogy_helps.md
pandoc --from=html --to=markdown starting_a_company2.html > starting_a_company.md
pandoc --from=html --to=markdown steal_this_book2.html > steal_this_book.md
pandoc --from=html --to=markdown strategy_as_learning2.html > strategy_as_learning.md
pandoc --from=html --to=markdown we_are2.html > we_are.md
pandoc --from=html --to=markdown young_aspiring_blogger2.html > young_aspiring_blogger.md