BSD 4_1_snap development
[unix-history] / usr / lib / learn / files / L9.2a
CommitLineData
3eb5d546
C
1#print
2You can use patterns for file names with commands
3other than "ls". For example, you can use them with
4the "cat" command to print files.
5This directory has three files named
6 parta
7 partb
8 partc
9You can use
10 cat part?
11to print all of them. Try that; then
12type "ready".
13#create parta
14This is file parta;
15it has two lines.
16#create partb
17File partb here - has only one line.
18#create partc
19And now in file partc, which has
20the enormous total of
21three lines.
22#create partxxx
23You shouldn't have printed this one.
24#copyin
25#user
26#uncopyin
27grep 'cat part?' .copy >/dev/null
28#log
29#next
309.2b 5