summaryrefslogtreecommitdiff
path: root/usr.bin/learn/lib/editor/L35.2b
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/learn/lib/editor/L35.2b')
-rw-r--r--usr.bin/learn/lib/editor/L35.2b23
1 files changed, 0 insertions, 23 deletions
diff --git a/usr.bin/learn/lib/editor/L35.2b b/usr.bin/learn/lib/editor/L35.2b
deleted file mode 100644
index 91cc213f88f..00000000000
--- a/usr.bin/learn/lib/editor/L35.2b
+++ /dev/null
@@ -1,23 +0,0 @@
-#print
-Now suppose we wanted to delete the blanks
-after the letter "t" in this line:
-
-here are a lot of blanks
-
-This line is on file "blank". Try the sequence
-
-ed blank
-1p
-s/t */t/p
-w
-q
-ready
-#create Ref
-here are a lotof blanks
-#create blank
-here are a lot of blanks
-#user
-#cmp blank Ref
-#log
-#next
-35.2c 5