Skip to content
Joe Corneli edited this page May 18, 2015 · 2 revisions

Here's one way to do it.

cat <(echo "# Foreword") foreword.md <(echo "# Introduction") introduction.md landmarks.md <(echo "# Chapter summaries") summaries.md <(echo "# Motivation") motivation.md <(echo "# 5PH1NX") sphinx.md <(echo "# Patterns of Peeragogy") patterns.md peeragogy_project.md roadmap.md use_or_make.md carrying_capacity.md a_specific_project.md wrapper.md heartbeat.md creating_a_guide.md newcomer.md pattern_audit.md scrapbook.md distributed_roadmap.md <(echo "# SWATS") swats.md <(echo "# Convening") convening.md <(echo "# Play") play.md <(echo "# K-12 Peeragogy") k12.md <(echo "# P2P SOLE") sole.md <(echo "# Organizing") organizing.md <(echo "# Adding structure") structure.md <(echo "# The student authored syllabus") student_syllabus.md <(echo "# Case Study: Collaborative Explorations") collab-ex.md <(echo "# Cooperation") cofac.md <(echo "# The Workscape") workscape.md <(echo "# Participation") participation.md <(echo "# Designs for co-working") coworking.md <(echo "# A co-working story") coworking-story.md <(echo "# Assessment") assessment.md <(echo "# Researching peeragogy") researching.md <(echo "# Technologies, Services, and Platforms") technologies.md <(echo "# Forums") forums.md <(echo "# Wiki") wiki.md <(echo "# Real-time Meetings") realtime.md <(echo "# How to organize a MOOC") connectivism.md <(echo "# How to put Peeragogy into Action") action.md <(echo "# Recommended Reading") recommended.md <(echo "# Style guide") style.md <(echo "# License/Waiver") license.md | sed 's/---//g' > ~/EVERY.md && cat <(echo -e "---\n---\n") ~/EVERY.md > ALL.md && rm ~/EVERY.md

Clone this wiki locally