blob: 64b9b0970d509169ccb2820548a438f50b398eac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
#print
You can also use the "*" operator. For example,
print the contents of all the files in this
directory whose names begin with the letter 'p'.
Use just one "cat" command.
Then type "ready".
#create p1
There are only two such files. This is the first
one and it is two lines long.
#create ppx
This is the second file. Its first line
is blank, and then there are three lines of
text of which this is the last.
#copyin
#user
#uncopyin
grep 'cat p\*' .copy >/dev/null
#log
#next
10.1a 10
9.2c 5
|