summaryrefslogtreecommitdiff
path: root/usr.bin/learn/lib/files/L0.1c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/learn/lib/files/L0.1c')
-rw-r--r--usr.bin/learn/lib/files/L0.1c27
1 files changed, 27 insertions, 0 deletions
diff --git a/usr.bin/learn/lib/files/L0.1c b/usr.bin/learn/lib/files/L0.1c
new file mode 100644
index 00000000000..938f51e18ac
--- /dev/null
+++ b/usr.bin/learn/lib/files/L0.1c
@@ -0,0 +1,27 @@
+#print
+The computer keeps track of information in "files."
+A file might contain a letter to a friend,
+or a memo (or part of it) that you are typing,
+or any number of other things.
+You can list the names of your files
+by typing the command "ls".
+Try "ls" now; then type "ready".
+Remember that each command must go on a separate line
+and each line must be ended with RETURN.
+#create letter
+Dear John:
+
+I'm terribly sorry...
+#create memo
+This is a memo.
+#create memo1
+Another memo.
+#copyin
+#user
+#uncopyin
+grep '^ls' .copy >/dev/null
+#bad "ls"
+Don't type the quotes, please. Try again.
+#log
+#next
+0.1d 10