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