summaryrefslogtreecommitdiff
path: root/usr.bin/learn/lib/files/L10.3a
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/learn/lib/files/L10.3a')
-rw-r--r--usr.bin/learn/lib/files/L10.3a15
1 files changed, 15 insertions, 0 deletions
diff --git a/usr.bin/learn/lib/files/L10.3a b/usr.bin/learn/lib/files/L10.3a
new file mode 100644
index 00000000000..b443cad71dc
--- /dev/null
+++ b/usr.bin/learn/lib/files/L10.3a
@@ -0,0 +1,15 @@
+#print
+When you are done with something, you will want to
+get rid of the file containing it. The command for that
+is "rm" (remove). For example
+ rm junk
+throws away the file named "junk". Try that -
+there's a file named "junk" in this directory, as you can
+verify by doing an "ls". Try another "ls" after the "rm junk";
+then type "ready".
+#create junk
+#user
+test ! -r junk
+#log
+#next
+10.3b 2