blob: 1d3b1072f53999b44a3e3f5b6c7b426e28fe9f41 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#print
You can use the [] characters anywhere you want
in a file name. For example,
ls a[bc]d
would match abd or acd, right?
What is the command that finds out how
many files are named "ax" or "bx"?
Type that command, then "ready".
#create ax
#create bx
#copyin
#user
#uncopyin
#match ls [ab]x
#log
#next
7.3c 2
|