summaryrefslogtreecommitdiff
path: root/ult/ult_module_plan.rst
diff options
context:
space:
mode:
Diffstat (limited to 'ult/ult_module_plan.rst')
-rw-r--r--ult/ult_module_plan.rst62
1 files changed, 62 insertions, 0 deletions
diff --git a/ult/ult_module_plan.rst b/ult/ult_module_plan.rst
index 6235284..534ee3c 100644
--- a/ult/ult_module_plan.rst
+++ b/ult/ult_module_plan.rst
@@ -18,3 +18,65 @@ Suggested Reading
(1) "In the beginning..." by Neal Stephenson
(2) "The Unix Programming Environment" by Kerninghan and Pike
+**Initial Session Plan**
+
++---------+---------------------------------+---------+
+| Session | Topic | Duration|
++=========+=================================+=========+
+| 1 | Introduction to Course | 5 mts |
+| | | |
+| | Historical background and | 10 mts |
+| | implications. Why Unix? | |
+| | | |
+| | Getting started–logging in; ls, | 10 mts |
+| | date, who, cd, mkdir | |
+| | | |
+| | Getting help: apropos, man, info| 10 mts |
+| | | |
+| | Basic file handling: cp, mv, rm | 10 mts |
+| | | |
+| |First session buffer | 5 mts |
++---------+---------------------------------+---------+
+| 2 | Command line arguments | 5 mts |
+| | | |
+| | Basic text processing: head, | 15 mts |
+| | tail, cut, paste | |
+| | | |
+| | Shell meta characters | 10 mts |
+| | | |
++---------+---------------------------------+---------+
+| 3 | Learning the Lingo | 5 mts |
++---------+---------------------------------+---------+
+| 4 | Let there be Repository... | 15 mts |
+| | - Creating Repositpry. | |
+| | - Cloning existing Repo. | |
+| | - Branches concept | |
++---------+---------------------------------+---------+
+| 5 | Navigating through history logs | 5 mts |
++---------+---------------------------------+---------+
+| 6 | Making changes in local branch | 15 mts |
+| | - add | |
+| | - cp | |
+| | - rename | |
+| | - rm | |
++---------+---------------------------------+---------+
+| 7 | Sharing the changes | 10 mts |
+| | - status | |
+| | - pull | |
+| | - update | |
++---------+---------------------------------+---------+
+| 8 | Merging the changes | 20 mts |
+| | - commit | |
+| | - glog | |
+| | - push | |
+| | - merge | |
++---------+---------------------------------+---------+
+| 9 | Handling conflicts during merge | 20 mts |
++---------+---------------------------------+---------+
+| 10 | Exporting the changes: getting | |
+| | patch, diff | 10 mts |
++---------+---------------------------------+---------+
+
+*total session time = 110 mts*
+
+*buffer time = 10 mts*