4 changed files with 20 additions and 0 deletions
@ -0,0 +1 @@ |
|||
*.bak |
@ -0,0 +1,2 @@ |
|||
s/Simpson/Thompson/ |
|||
s/Flanders/Flunders/ |
@ -0,0 +1 @@ |
|||
echo "Hello" | sed 's/Hello/Bye/' |
@ -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 |
Loading…
Reference in new issue