]> git.plutz.net Git - vhs_kurs/blobdiff - Tag_2.short
...
[vhs_kurs] / Tag_2.short
diff --git a/Tag_2.short b/Tag_2.short
new file mode 100644 (file)
index 0000000..f090e7c
--- /dev/null
@@ -0,0 +1,56 @@
+[html
+[head [title VHS Linuxkurs]]
+[body
+  [footer Paul Hänsch | Linux Grundkurs | VHS Chemnitz]
+
+[slide
+  [h1 VHS Linux Grundkurs - Teil 2]
+]
+
+[slide [h2 Themen]
+  [ul
+    [li Wiederholung + Syntax der Kommandozeile]
+    [li Arbeit mit Dateien und Pfaden]
+    [li Einführung Dateisysteme]
+  ]
+]
+
+[slide [h1 Syntax der Kommandozeile]]
+
+[slide [h2 Syntax der Kommandozeile]
+  [pre ~$ echo Hallo Welt]
+]
+
+[slide [h2 Syntax der Kommandozeile]
+  [pre
+  ~$ echo Hallo Welt
+  Hallo Welt
+  ]
+]
+
+[slide [h2 Syntax der Kommandozeile]
+  [pre
+  ~$ echo Hallo Welt
+  Hallo Welt
+
+  ~$ echo Hallo        Welt]
+]
+
+[slide [h2 Syntax der Kommandozeile]
+  [pre
+  ~$ echo Hallo Welt
+  Hallo Welt
+
+  ~$ echo Hallo        Welt
+  Hallo Welt]
+]
+
+[slide [h2 Syntax der Kommandozeile]
+  [table width="85%"
+    [tr
+    [th Shellprompt] [th Befehl / Programm] [th Parameter 1] [th Parameter 2]
+    ][tr
+    [th ~$] [td echo] [td Hallo] [td Welt]
+    ]
+  ]
+]