blob: cc640d4625dd41287c1bc4cb09dbc1c90d2ffa10 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
#print
There is exactly one file name which matches both
ab*
and
a?d
in the current directory. What is it?
Type "answer NAME" where NAME is its name.
#create abc
#create abd
#create add
#copyin
#user
#uncopyin
#match abd
#log
#next
7.1a 10
7.2a 5
7.3a 2
|