]> git.plutz.net Git - vhs_kurs/commitdiff
...
authorPaul Hänsch <paul@plutz.net>
Thu, 11 Apr 2019 14:22:15 +0000 (16:22 +0200)
committerPaul Hänsch <paul@plutz.net>
Thu, 11 Apr 2019 14:22:15 +0000 (16:22 +0200)
Tag_2.short [new file with mode: 0644]

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]
+    ]
+  ]
+]