summaryrefslogtreecommitdiff
path: root/usr.bin/learn/lib/editor/L16.1b
diff options
context:
space:
mode:
authorIan Darwin <ian@cvs.openbsd.org>1998-09-28 16:01:46 +0000
committerIan Darwin <ian@cvs.openbsd.org>1998-09-28 16:01:46 +0000
commit8d70bdbdf6fd88bf88b9a384cfaafb6668c804ec (patch)
tree034fd6a68d5b6928d6fe4e51de71c9868bb460b1 /usr.bin/learn/lib/editor/L16.1b
parente9be7faad5fbf61edcad3700142615e315e407bc (diff)
import BTL learn(1) lessons/editor
Diffstat (limited to 'usr.bin/learn/lib/editor/L16.1b')
-rw-r--r--usr.bin/learn/lib/editor/L16.1b21
1 files changed, 21 insertions, 0 deletions
diff --git a/usr.bin/learn/lib/editor/L16.1b b/usr.bin/learn/lib/editor/L16.1b
new file mode 100644
index 00000000000..776bd62b426
--- /dev/null
+++ b/usr.bin/learn/lib/editor/L16.1b
@@ -0,0 +1,21 @@
+#print
+So far you've only appended to empty files. If the file
+you are appending to has something in it, you have to
+decide where you want the new material to be placed.
+You can give a line address with 'a', and the append
+command will place the new material after that line.
+For example,
+ 3a
+ input
+ .
+places 'input' after line 3. What will be the line
+number of the input line? Type 'answer N', as usual.
+#pipe
+#copyin
+#user
+#uncopyin
+#unpipe
+#match 4
+#log
+#next
+16.1c 10