From 6545189eb021d561bd9d97c1be628cc8385d258c Mon Sep 17 00:00:00 2001 From: Olli Graf Date: Sat, 1 Mar 2025 11:07:58 +0100 Subject: [PATCH] teil21 --- teil21/.gitignore | 1 + teil21/commandlist.txt | 2 ++ teil21/commands.txt | 1 + teil21/families.txt | 16 ++++++++++++++++ 4 files changed, 20 insertions(+) create mode 100644 teil21/.gitignore create mode 100644 teil21/commandlist.txt create mode 100644 teil21/commands.txt create mode 100644 teil21/families.txt diff --git a/teil21/.gitignore b/teil21/.gitignore new file mode 100644 index 0000000..751553b --- /dev/null +++ b/teil21/.gitignore @@ -0,0 +1 @@ +*.bak diff --git a/teil21/commandlist.txt b/teil21/commandlist.txt new file mode 100644 index 0000000..810bc37 --- /dev/null +++ b/teil21/commandlist.txt @@ -0,0 +1,2 @@ +s/Simpson/Thompson/ +s/Flanders/Flunders/ diff --git a/teil21/commands.txt b/teil21/commands.txt new file mode 100644 index 0000000..8e792f0 --- /dev/null +++ b/teil21/commands.txt @@ -0,0 +1 @@ +echo "Hello" | sed 's/Hello/Bye/' diff --git a/teil21/families.txt b/teil21/families.txt new file mode 100644 index 0000000..68d8a6b --- /dev/null +++ b/teil21/families.txt @@ -0,0 +1,16 @@ +Simpson, Marge +Simpson, Homer +Simpson, Maggie +Simpson, Lisa +Simpson, Bart + +#FLANDERS-START +Flanders, Maude +Flanders, Ned +Flanders, Rod +Flanders, Todd +#FLANDERS-END + +Wiggum, Sarah +Wiggum, Clancy +Wiggum, Ralph