summaryrefslogtreecommitdiff
path: root/usr.bin/learn/lib/files/L9.1a
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/learn/lib/files/L9.1a')
-rw-r--r--usr.bin/learn/lib/files/L9.1a36
1 files changed, 36 insertions, 0 deletions
diff --git a/usr.bin/learn/lib/files/L9.1a b/usr.bin/learn/lib/files/L9.1a
new file mode 100644
index 00000000000..2da6ae37899
--- /dev/null
+++ b/usr.bin/learn/lib/files/L9.1a
@@ -0,0 +1,36 @@
+#print
+The patterns for selecting file names that have been discussed
+can be used with other commands than "ls". For example,
+they can be used with the "cat" command to print files.
+It is common for a memo stored in several
+files to use files named "part1", "part2", etc.
+so that commands like
+ cat part*
+will print everything.
+In this directory there are several
+short files named "sec0", "sec1", "sec3",
+and so forth.
+There are various names of animals in the files;
+find out the largest animal named in the files
+and type "answer NAME" where NAME is that animal.
+#create sec0
+dog mouse cat
+#create sec1
+rabbit weasel
+pig hamster
+#create sec2
+this file doesn't happen
+to have any animal names in it.
+#create sec3
+fox elephant sheep
+duck rat
+#create sec4
+groundhog bobcat
+mole beaver
+#copyin
+#user
+#uncopyin
+#match elephant
+#log
+#next
+10.1a 10