From 7609af65c8f7e983aed3607842f5377ab618f7e1 Mon Sep 17 00:00:00 2001 From: Daniel Schubert Date: Fri, 11 Jan 2019 18:33:50 +0100 Subject: [PATCH] =?UTF-8?q?index=20update,=20aufger=C3=A4umt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 5.html | 38 ++++++++++++++++++++++++++++++++++++-- index.html | 17 +++++++++++------ 2 files changed, 47 insertions(+), 8 deletions(-) diff --git a/5.html b/5.html index 7dee458..8c07cc8 100644 --- a/5.html +++ b/5.html @@ -131,7 +131,7 @@ message="hallo Welt" message=hello\ Welt -

+				
 echo 'So sprach'"'"'s und ging ohne einen Backslash (\) weiter.'
      └───┬───┘└┬┘└──────────────────┬─────────────────────┘
           │      │                       │
@@ -143,7 +143,7 @@ echo 'So sprach'"'"'s und ging ohne einen Backslash (\) weiter.'
           │      └ Zweiter Bereich: Von " umschlossen, enthält ein
           │        einzelnes '.
           │
-          └ Erster Bereich: Von ' umschlossen.
+ └ Erster Bereich: Von ' umschlossen.

Input - Output redirection

@@ -331,7 +331,41 @@ file_backup $1 $2 backup verz anlegen
+
+

Script Kontrolle

+ +
+
+

Job Control

+

+#!/bin/bash
+find / -name *lib* 	2>/dev/null > libs.txt
+
+# CTRL - Z
+
+jobs
+
+fg 
+
+# CTRL - Z
+
+bg 
+					
+ +

diff --git a/index.html b/index.html
index 27a6cba..4b1f997 100644
--- a/index.html
+++ b/index.html
@@ -16,10 +16,11 @@