BSD 4_1_snap development
[unix-history] / usr / lib / learn / files / L9.1a
CommitLineData
3eb5d546
C
1#print
2The patterns for selecting file names that have been discussed
3can be used with other commands than "ls". For example,
4they can be used with the "cat" command to print files.
5It is common for a memo stored in several
6files to use files named "part1", "part2", etc.
7so that commands like
8 cat part*
9will print everything.
10In this directory there are several
11short files named "sec0", "sec1", "sec3",
12and so forth.
13There are various names of animals in the files;
14find out the largest animal named in the files
15and type "answer NAME" where NAME is that animal.
16#create sec0
17dog mouse cat
18#create sec1
19rabbit weasel
20pig hamster
21#create sec2
22this file doesn't happen
23to have any animal names in it.
24#create sec3
25fox elephant sheep
26duck rat
27#create sec4
28groundhog bobcat
29mole beaver
30#copyin
31#user
32#uncopyin
33#match elephant
34#log
35#next
3610.1a 10